body{
    margin: 0;
}

main{
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    margin: 0 16%;
}

section{
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-section{
    width: 50%;
}

.link-section{
    width: 50%
}

hr{
    display: block;
    /* border-top: 2px solid #007860; */
    width: 80%;
}

/* h1{
    color: #E27523;
    font-family: neulis-cursive, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 4rem;
    line-height: 4.5rem;
    border-top: 10px solid #00AF93;
    border-bottom: 10px solid #007860;
} */

#logo{
    width: 400px;
    height: 100%;
}

ol{
    width: 100%;
    padding-left: 12%;
    padding-right: 12%;
    /* list-style: georgian; */
}

li{
    /* list-style-type: upper-roman; */
    /* color: ; */
    font-family: "roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    margin-bottom: 12px;
}

li::marker{
    color: #54433A;
}

li > a{
    text-decoration: none;
    color: #54433A;
    transition: 0.1s;
}

li >a:hover{
    border-bottom: 3px solid #54433A;
    /* text-decoration: underline; */
}

#linkSection{
    width: 100%;
}