body
{
    background-image: url('background_V3.jpg');
    background-size: cover;
    margin: 0;
    padding: 0;
}
.topnav {
    background-color: #333;
    overflow: hidden;
    border: solid black;
}

.topnav a {
    float: right;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    border-left: solid black;
}

.topnav a:hover {
    background-color:#0a2219;
    color:white;
}



.container:hover {
    background-color: #0a2219;
    color: white;
    scale: 1.1;
}

.container {
    display: block;
    margin: auto;
    padding: 20px;
    background-color: #232323;
    width: 80%;
    max-width: 500px;
    border-radius: 10vh;
    color: #f2f2f2;
    font-size: large;
    border: solid black;
    text-align: center;
}

.projects-img
{
    border-radius: 20%;
    display: block;
    margin: auto;
    border: solid black;
    max-width: 100%;
    height: auto; 
}

.container a {
    text-decoration: none;
    color: white;
}

.profile_img {
    border-radius: 50%;
    display: block;
    margin: auto;
    border: solid black;
    max-width: 100%;
    height: auto;
}

.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-instagram {
    background: #F56040;
    color: white;
}

.fa-github {
    background: black;
    color: white;
}

@media (max-width: 600px) {
    .topnav a {
        float: none;
        display: block;
        text-align: center;
        border: none;
    }

    .container 
    {
        width: 90%;
        padding: 10px;
        border-radius: 5vh;
    }}
    .footer {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color:#232323;
        color: white;
        text-align: center;
        padding: 1vh;
        text-decoration: none;
        font-size: large;
      }
      .footer a
      {
        text-decoration: none;
        color: white;
        position:absolute;
        bottom:0;
      }
