body{
    background-image: url('https://file.garden/ZWlUCY4S7Xz2vypS/archived%20backgrounds/colours/white/gryl022.gif');
    background-repeat: repeat;
    font-family: "Times New Roman", Times, serif;
 
}


img{
    width: 50%;
    margin: auto;
    display: block;
}

.folder{
    width: 20%;
}

.container{
    width: 45%;
    margin: auto;
    margin-top: 2%;



}

.menu{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    border-radius: 10%;
    
}
  
.hover{
    
      transition: .2s ease; 
color:gray;
    font-weight: bold;

}

.hover:hover {
color:#ff7dff;
    
}
    
a {text-decoration: none; }