body{
    background-image: url(images/raccy.png);
    width:auto;
    height:auto;
}

main{
    background-color:#ffffff ;
                width: 250px;
                height: 100px;
           text-align: center;
           margin-left:auto;
           margin-right:auto;
           margin-top: auto;
           margin-bottom: auto;
}

nav{
    background-color: #ffffff00;
        width: 250px;
                height: 300px;


}


a{
     color:rgb(0, 0, 0);
    text-decoration: none;
    font:italic;
    font-size:45px;
}