body{
    background-color: white;
    text-align: center;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.top-bar{
    width:;
    background-color: deepskyblue;
    font-size: 0.9rem;
    z-index: 1;
    margin: 0px;
    padding: 0px;
}
.first-interraction{
    display: block;
    padding-top: 4%;
    font-family: 'Lato',sans-serif;
    margin-bottom: 25px;
}
.name{
    display: block;
    font-weight: 700;
    font-size: 1.5rem;
    color: black;
    margin-bottom: 1%;
}
.jdesc{
    display: block;
    font-weight: 500;
    font-size: 0.8rem; 
    color: #68676C;
}
.icons-info{
    flex-direction: row;
    justify-content: center;
    padding-top: 3%;
    display: inline-flex;
}
.arad{
    width: 84px;
    flex-direction: column;
    align-items: center;
}
.epostad{
    margin-left: 25px;
    width: 84px;
    flex-direction: column;
    align-items: center;
}
.lokasyond{
    width: 84px;
    margin-left: 25px;
    flex-direction: column;
    align-items: center;
}
.sec-interraction{
    width: 399px;
    font-family: 'Lato',sans-serif;
    margin: auto;
    border: 1px solid #F8F8F9;
    box-shadow: 0 4px 6px 0 #eaeaec;
    border-radius: 8px;
    margin-bottom: 36px;
}
.padd{
    padding: 7%;
}
.brdbttm{
    border-bottom: 1px solid #EAEAEC;
}
.company{
    color: #68676C;
    line-height: 20px;
    font-size: 0.8rem;
}
.phone{
    display: flex;
    text-align: left;
}
.phone-icon{
    margin-right: 30px;
}
.phone1{
    padding-top: 0px;
}
.aa{
    color: inherit;
    text-decoration: none;
}
.no-margin{
    margin: 0;
}
.icn{
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    flex-direction: row;
    justify-content: center;
    background-color: #F8F8F9;
}
.thn{
    color: #96949C;
    font-size: 13px;
    line-height: 19px;
}
.number-phne{
    display: block;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 4px;
}
.aaa{
    color: #1D59F9;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    text-decoration: none;
}
.aaa:hover{
    text-decoration: underline;
}
.eposta{
    display: flex;
    text-align: left;
}
.website{
    display: flex;
    text-align: left;
}
.adres{
    display: flex;
    text-align: left;
}
.title{
    display: flex;
    text-align: left;
}
.social-button{
    height: 84px;
    display: flex;
    align-items: center;
    padding-left: 28px;
    padding-right: 20px;
}
.social-media{
    padding: 20px 0px 20px 0px;
    text-align: left;
}
.social-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-name{
    display: flex;
    padding-left: 20px;
    flex-direction: column;
    justify-content: center;
}
.social-font{
    font-size: 16px;
    font-weight: 600;
}
.add-cont-button{
    padding: 15px 90px 15px 90px;
    border: 2px solid rgb(95, 95, 255);
    border-radius: 24px;
    text-decoration: none;
    font-family: 'Lato',sans-serif;
    font-size: 18px;
    word-spacing: 2px;
    font-weight: bold;
    transition: background-color 0.5s ease-out 60ms
}
.add-contacts{
    padding: 20px 0px 20px 0px;
    margin-bottom: 40px;
}
.add-cont-button:hover{
    background-color: #F8F8F9;
}