.repeatBackground{
    background-color: rgb(196, 143, 79);
    background-image: url("images/sand.png");
    background-repeat: repeat;
}

.backgroundColored{
    background-color: rgb(255, 177, 75);
}

.whiteText{
    color: azure;
}

.centerText{
    text-align: center;
}

.largeText{
    font-size: 50px;
}

.mediumText{
    font-size: 32px;
}

.noMargin
{
    margin: 0px;
}

.textBox {
    border-radius: 25px;
    background: #b98052;
    padding: 10px 20px 10px 20px;
    margin: 20px;
}

.bannerImage{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 500px;
    width: 500px;
}

.buttonsContainer{
    margin-top: 10px;
    display: flex;
    grid-gap: 10px;
    justify-content: center;
}

.buttonsItem{
    width: 200px;
    padding: 10px;
}
