body {
    background: #ead9c8;
    font-family: 'outfit';
}
* {
    font-family: 'outfit';
    color: #5C5045;
}
h1 {
    font-weight: 700;
}
h2 {
    font-weight: 600;
}
h3 {
    font-weight: 500;
}
h4 {
    font-weight: 400;
}
h5 {
    font-weight: 300;
}
h6 {
    font-weight: 200;
}
a {
    font-family: 'outfit';
    color: #5C5045;
    text-decoration: none;
}
a:hover {
    color: #E58E2B;
}

.alert{
    border-radius: 30px;
    margin: 0px 20px;
    border: 0px;
}
.alert a{
    color: #e58e2b;
}
.alert button.close{
    border-radius: 30px !important;
    margin-right: 20px;
    width: 40px;
    height: 40px;
}
.alert-success {
    color: #ead9c8;
    background-color: #455c51;
}

.btn-success {
    background-color: #669761;
    color: #ead9c8;
    border-color: #669761;
}