
header{
    background-color: rgb(33,37,41);
}

.main{
    background-color: white;
    margin-bottom: 60px;
}

.main h1{
    margin-top: 50px;
    margin-left: 20px;
}
.main p{
    text-align: start;
    margin-left: 20px;
    font-size: 20px;
}
.container{
    padding: 0;
}

article .main hr{
    width: 100px;
    height: 5px;
    margin-bottom: 50px;
    margin-left: 20px;
}

#img{
    border-radius: 200px;
    margin-top: 20px;
}

.content{
    margin-bottom: 50px;
}

.content p a{
    color: rgb(59, 59, 59);
    text-decoration: none;
}

.content p a:hover{
    transition: 1.5s;
    color: black;
}


@media  screen and (max-width: 650px) {
    #img{
        position: absolute;
        margin-top: 0;
        height: 150px;
        width: 150px;
        right: 40px;
        top: 60px;
        
    }

    .img-container{
        height: 150px;
        width: 150px;
    }

    .content{
        flex: auto;
        margin-left: 5px;
    }

    .content p{
        margin-left: 0;
    }
    
}