body{
   
    margin: 0px;
    background-color: black;
}
.home{
    
    background-color: black;
    height: 100vh;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content:space-between;
    margin: 0px;
}

h1.nav{
    
    flex: span 2;
    font-size: 43.7px;
    font-family: "Roboto",sans-serif;
}
.robo1{
    
    border: 10px solid white;margin-top: 15%;margin-bottom: 15%;
    align-self: center;
}
p.nav{
    
    padding: 10px;
    align-content: end;
    font-family: "Roboto Mono",sans-serif;
    color: #545454;
    font-size: 22.4px;
}
p.nav:hover{
    border-radius: 10px;
    background-color: white;
    color: black;
}

.navbar{

    position: fixed;
    z-index: 999;
    top: 20px;
    margin-left: 50px;
    margin-right: 100px;
    height: 200px;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    justify-content: space-around;
    align-items: center;
    transition: all 0.4s ease-out
}
.nav{
    color: white;
}
.about{
    width: 100%;
    position: relative;
    padding-top: 100px;
    background-color: black;
    
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.about-t{
    color: white;
    width: 100%;
}
.about-t p{
    text-align: center;
    margin-top: 80px;
    font-size: 20px;
}
.skills{
    color: white;
    background-color: black;
    height: 100hv;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container{
    margin-left: 0px;
    background-color: black;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
}

.bottom-container{
    background-color: #545454;
    color: black;
    text-align: center;
    display: block;
    padding: 50px 0px 20px;
}
div{
    display: block;
    unicode-bidi: isolate;
}
a.footer-link{

    margin: 0 20px 40px;
    color: rgb(204, 194, 194);

}
.copyright{
    margin-top: 40px;
}
.wall-e{
    align-self: self-end;
}
@media (max-width: 771px){
    .dis{
        visibility: hidden;
    }
}
@media (max-width: 600px) {

    /* CSS for screens below or equal to 600px wide */
    .navbar{
        
        margin: 0;
        height: 40vh;
        flex-direction: column;
        justify-content: flex-start;
    }
    .nav a{
        
        align-self: flex-end;
    }
    .robo1{
        border: 0;
    }
    .dis{
        visibility: hidden;
    }
    .wall-e{
        visibility: hidden;
    }
  }