@charset "UTF-8";

.top{
    background-image: url(/img/DSC02055.JPG);
    background-size:cover;
}

.row{
    display: flex;
    flex-wrap: wrap;
}

.profile-left{
    text-align: center;
}

.contact-item{
    display: flex;
    text-align: center;
    flex-direction: column;
}

.lps{
    font-size: 20px;
    float: right;
    text-align: center;
}