body {
    background-color: black;
}

a{
    text-decoration: none;
    color: white;
 }

.move_page:hover{
    color: white;
    text-decoration: none white;
    font-size: 50px;
}

.menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    gap: 20px;
    font-size: 24px;
}

img {
  width: 150px;
  height: auto; 
  
}

