Page 272 - MDP2022-3
P. 272

width: 80%;
                 top:  110%;
            }
            `;
            const  ToSurveyButton  =  styled.button`
                   position:  absolute;
                   border: 0;
                   font-size:  2vw;
                   padding:  15px 20px  15px  20px;
                   border-radius:  30px  30px 30px  30px;
                   top: 123%;
                   left:  50%;
                   transform: translate(-50%,-50%);
                   width:  15vw;
                   background-color:  blue;
                   color:white;
                   &:hover{
                         cursor:  pointer;
                         background-color: darkblue;
                   }
            `;
            export  default  Home;
   267   268   269   270   271   272   273   274   275   276   277