body {
    min-height: 100vh;
    font-family: "Open Sans",Arial,sans-serif;
}
p{
    text-align: justify;
}
.icon-div{
    display: flex;
    justify-content: space-around;
}
.comment-card{
    height: 450px;
}
.comment-img-container{
    display: flex;
    justify-content: center;
}
.comment-content{
    padding: 10px;
}
.comment-footer span{
    display: block;
}
.comment-footer{
    text-align: right;
}
.comment-content p{
    text-align: justify;
}
.comment-img{
    height: 100px;
    width: 100px;
    border-radius: 100px;
}
#desingFooter span{
    display: flex;
    justify-content: space-around;
}

#infoFooter{
    display: flex;
    align-content: end;
    justify-content: space-around;
}
#infoFooter a{
    padding: 10px;
    color: white;
}
#location1 ul li{
    padding-top: 10px;
}
#location2 ul li{
    padding-top: 10px;
}

@media only screen and (min-width: 768px){
    #contactButton{
        display: flex;
        justify-content: center;
    }
}
