:root{
    --primary-color: #fc888d;
}
*{
    line-height: 1;
    scroll-behavior: smooth;
}
body{
    font-family: sans-serif;
}
a{
    color: #000;
}
.main-wrapper{
    background-image: url(https://ehmasuk.github.io/xypo/img/background.png);
    background-position: center;
    background-size: cover;
}
.container{
    max-width: 1200px;
}
.square-xs{
    width: 10px;
    height: 10px;
    background-color: var(--primary-color);
}
.square{
    width: 15px;
    height: 15px;
    background-color: var(--primary-color);
}
.long-bar{
    height: 2px;
    width: 50px;
    background-color: var(--primary-color);
}
.small-bar{
    height: 2px;
    width: 25px;
    background-color: var(--primary-color);
}
.about-us-img, .learning-img{
    margin-left: -150px;
}
.testimonial::before{
    content: "--";
    font-weight: 600;
}
.nav-icon{
    position: fixed;
    right: 30px;
    top: 16px;
    width: 40px;
    z-index: 1050;
}

.nav-bar{
    max-width: 200px;
    padding: 100px 0 0 50px;
    margin-left: auto;
    height: 100%;
    background-color: #f67c92;
}
.learn-button button{
    font-size: 14px;
}
.site-logo img{
    width: 80px;
}
footer .site-logo img{
    width: 100px
}
.pt-100{
    padding-top: 100px;
}
.py-100{
    padding-top: 100px;
    padding-bottom: 100px;
}
.py-50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.pt-80{
    padding-top: 80px;
}
.join-us-form input, .join-us-form button{
    border-width: 2px;
}
.join-us-form{
    padding-right: 200px;
}