body nav a {
    /* font */
    color: white;
    margin-left: 20px;

    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
}

.bg-top {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -10;
    height: 400px;
}
.bg-bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: -10;
    height: 280px;
}

.container-primary{
    margin-top: 100px;
    border: 5px solid #A9A9A9;
    border-radius: 58px;
    height: 500px;
}

.typography h1{
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0em;
    text-align: left;

}

.typography h3{
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;

}

.hero{
    margin-top: 50px;
}

.btn-primary{
    background-color: #5360D2;
}
.btn-primary:hover {
    background-color: #414B9F;
}

.link-socmed{
    margin-top: -140px;
}

.logo{
    margin-right: 15px;
    width: 35px;
}

.logo:hover{
    
    border-radius: 5px;
    background-color: #414B9F; 
    padding: 2px 2px;
}
