.display {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 90%;
    margin: auto;
}
.display_right {
    display: flex;
    justify-content: flex-end;
    width: 90%;
}
.displayfull {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    margin: auto;
}
.topper {
    position: relative;
    width: 100%;
    top: 0;
    color: black;
    text-align: center;
    justify-content: center;
}
.footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    color: black;
    text-align: center;
    justify-content: center;
}

.width100 {
    width: 100% !important;
}
.width70 {
    width: 70% !important;
}

.height {
    height: fit-content;
}

.bg-basil {
    background-color: #C9A562 !important;
}
.text-basil {
    color: black !important;
}
.shadow {
    box-shadow: 20px 20px black;
}