a{
    text-decoration: none;
}

a:hover{
    opacity: 0.7;
}

body {
    background-color: #2a505c;
    background-image: url(/images/lubo-minar-B-gb_8fgmz8-unsplash.jpg);
    background-size: cover;
    background-position: center;
    font-family: 'Inter', sans-serif;
}

.container {
    width: 30%;
    min-width: 350px;
    margin: 53px auto;
}

.card {
    margin: 45px auto;
    border: 1px solid #ababab;
    width: 320px;
    border-radius: 15px;
    background-color: #161619;
}

.top {
    width: 100%;
    height: 230px;
    background-image: url('/images/IMG_9742.JPG');
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    margin-bottom: 0;
}

main {
    margin: 0 auto;
    background-color: #161619;
}

.linki{
    font-family: monospace;
    font-weight: 400;
    font-size: 13px;
    color: #d69363;
    line-height: 15.5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.content {
    width: 99%;
    margin: 0 auto 10px;
    background-color: #000000;
    padding-top: 21px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.bio {
    text-align: center;
}

.bio>h1 {
    font-weight: 600;
    font-size: 25px;
    color: #FFFFFF;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 0;
}


.bio>p {
    font-weight: 400;
    font-size: 11px;
    color: #F5F5F5;
    line-height: 15px;
}

.mailnlink{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.mail{
    padding: 10px;
    font-size: 10px ;
    color: #DCDCDC;
}

.mailnlink-link {
    width: 115px;
    height: 35px;
    border-radius: 6px;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.mailnlink-link-icon {
    width: 1rem;
    height: 1rem;
    margin-right: 5%;
}


.mailnlink-link:nth-child(1) {
    background-color: white;
    border: 1px solid #D1D5DB;
    color: #374151;
}

.mailnlink-link:nth-child(2) {
    background-color: #5093E2;
    border: 1px solid #3787e2;
    color: #FFFFFF;
}

.mailnlink-link:hover {
    background-color: #575758;
    border: 1px solid #e7e8ea;
    color: #f7f8fa;
}

.info {
    padding: 13px 30px;
}

.info--component>h2 {
    font-weight: 600;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    color: #F5F5F5;
}

.info--component>p {
    font-weight: 400;
    font-size: 11px;
    font-style: normal;
    line-height: 15px;
    color: #DCDCDC;
}

footer {
    margin-left: 85px;
    margin-bottom: 10px;
    margin: auto;
}

.social-links{
    text-align: center;
    margin-bottom: 10px;
}

.fa {
    align-items: center;
    vertical-align: middle;
    padding: 15px;
    font-size: 32px;
    width: 15px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
  }

.fa:hover {
    opacity: 0.7;
  }
  
  .fa-facebook {
    background: #2d323b;
    color: rgb(221, 221, 221);
  }
  
  .fa-twitter {
    background: #2d323b;
    color: rgb(221, 221, 221);
  }
  .fa-instagram{
    background: #2d323b;
    color: rgb(221, 221, 221);
  }
  .fa-github{
    background: #2d323b;
    color: rgb(221, 221, 221);
  }