*{
    font-family: Verdana, Geneva, Tahoma, sans-serif;;
    font-size:  16px;
    box-sizing: border-box;
}
.container{
    width: 100%;
    background-image: url('https://images.unsplash.com/photo-1529465230221-a0d10e46fcbb?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1950&q=80');
    background-size: cover;
    background-attachment: fixed;
    display: grid;
    grid-template:  1fr 1fr 1fr /1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    
}
#name{
    text-align: center;
    font-size: 5rem;
    letter-spacing: 5px;
    color: bisque;
    text-shadow:  5px  4px grey;
}
.nav{
    text-decoration: none;
     color: rgb(17, 1, 1);
}
.nav2{
    text-decoration: none;
    color: bisque;
    font-size: 2rem;
}
.nav2:hover{
   color: green;
}
.nav3{

    margin: 10px;
    font-size: 3rem;
}
.nav:hover{
    color: red;
    }

.box{
width:  200px;
height:  100px;
margin:  60px;
display: inline-block;
color:#FFF;
}
#addres{
    color: #fff ;
    text-align: center;
    
}
