html, body{
width: 100%;
height: 100%;
}
body{
    background-size: 100% 100%;
    background-image: url("../img/background.png");
    background-repeat: no-repeat;
    background-attachment: fixed
}
.nav-logo{
    width: 3.5rem;
    height: 3.5rem;
}
.nav-name{
    width: 7.42rem;
    /* height: 2.33rem; */
    margin-left: 1.5rem;
}
.nav-item{
    color: #262138;
    font-size: 1.33rem;
}
.nav-item-selected{
    font-size: 1.5rem;
    color: #9378E8;
}
.main-text{
    font-size: 1.5rem;
    color: #54505F;
}

.footer{
    height: 5rem;
    width: 100%;
    color: #A7A3B0;
}
.footer a{
    color: #A7A3B0;
    text-decoration: none;
}

.sug-form input, .sug-form textarea{
    background-color: rgba(38, 33, 56, 0.04);
    border: 0;
    color: #262138;
}