
body {
    margin: 0px;
    background-color: #f3e4c4;
}

.navbar-brand {
    display: flex;
    justify-content: space-between;
    height: 100px;
    background-color: #fddf9d;
    z-index: 1;
}

.logo-img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.1%;
}

.logo-img img {
    border-radius: 50%;
    height: 90px;
}

.center {
    padding-top: 130px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    min-height: calc(100vh - 324px);
}

.top-menu-list {
    padding-right: 40px;
    display: flex;
    list-style-type: none;
    align-items: center;
}

.top-menu {
    outline: none;
    text-decoration: none;
    padding: 2px 1px 0;
    color: #fddf9d;
}

.content {
    height: 300px;
    margin-bottom: 75px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    text-align: center;
}

.top-header {
    color: #f08c00;
    font-size: 30px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 700;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: -89px 0;
}

.left-header {
    width: 18%;
}

.paragraph {
    color: #f08c00;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    width: 99%;
    margin-top: -49px;
}

.join-btn {
    height: 10px;
    width: 200px;
    text-align: center;
    text-decoration: none;
    display: block;
    color: #f08c00;
    padding: 15px 40px 25px 30px;
    margin: 47px auto;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    background-image: linear-gradient(to right, #fddf9d 0%, #3BCBEF 51%, #fddf9d 100%);
    background-size: 200% auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    transition: .5s;
    font-size: 20px;

}

.join-btn:hover {
    background-position: right center;
}

ul {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}


.btn-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer {
    display: flex;
    justify-content: space-evenly;
    height: 194px;
    background-color: #fddf9d;
}

.footer-info {
    display: flex;
    text-align: center;
    padding-right: 42px
}

.footer-info ul {
    padding-top: 45px;
    padding-bottom: 35px;
    display: inline;
    line-height: 2.5;
    list-style-type: none;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-around;
}

.footer-social {
    display: flex;
}

.footer-social ul {
    padding-top: 35px;
    padding-bottom: 35px;
    display: flex;
    list-style-type: none;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-around;
}

.footer li {
    margin: 0 10px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}


