@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;1,900&display=swap');
:root
{
  --light-white: #DADDF0;
  --Spacial: #035D51;
  --light-blue: #25e4e4;
  --dark: #00212B;
  --special-dark: #002B36;
  --background: #F38181;
  --headingColor: #ee0758;
  --headerBG: #121212;  
}
*{
    font-family: 'Poppins';
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.container h4{
 background: radial-gradient(circle at 50% 50%,
    rgba(0, 0, 0, 1), rgba(76, 0, 255, 0));
    opacity:1;
text-align: center;
position: sticky;
top: 105px;
z-index:9;
color: #ffffff;
}
.container .controller{
padding-right: 10px;
padding-bottom: 20px;
}

.container .controller img{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 90vh;
    width: 80vw;
    border-radius: 5px;
}
.container .controller .text{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    width:80vw;
} 
