body {
    background-color: #FFB802;
    max-height: 100vh;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
}
#main-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#main-img img {
    max-width: 80%!important;
}
#contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.contact-details {
    max-width: 337px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
hr {
    width: 100%;
    max-width: 337px;
    color: #1A1A1A;
}
a, a:link, a:hover, a:visited {
    text-decoration: none;
    color: #1A1A1A;
    font-size: 1.2rem;
}