.main > .container{
    background-color: var(--blue1);
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    max-width: 730px;
}
.container > hr {
    border: none; height: 5px; background-color: var(--blue3);
    margin: 10px auto;
    width: 90%;
    border-radius: 5px;
}
#desc {
    height: 60px;
}

.form-label {
    font-weight: bold;
    color: white;
}

.container > h1 {
    font-weight: bold;
    color: white;
}