@media screen and (max-width: 450px){
.body{
background-color: rgb(255, 255, 255);
flex : 1;
border-radius: 40px;
z-index: 10;
overflow-y : scroll;
}
a:focus{
text-decoration: none !important;
a:hover{