.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: space-around;
    margin: 3% 2% 3%;
    width: auto;
}

.box1 {
    background-color: #f19a3a;
    width: 15em;
    height: 16em;
    border-radius: 5%;
    margin-bottom: 10px;
    padding-left: 2%;
    padding-right: 2%;
}

.box2 {
    background-color: #5499ad;
    width: 15em;
    height: 16em;
    border-radius: 5%;
    margin-bottom: 10px;
    padding-left: 2%;
    padding-right: 2%;
}

.box3 {
    background-color: #d0d400;
    width: 15em;
    height: 16em;
    border-radius: 5%;
    margin-bottom: 10px;
    padding-left: 2%;
    padding-right: 2%;
}

.box3 ::-moz-selection {
    background-color: #5499ad;
    color: #fff
}

.box3 ::selection {
    background-color: #5499ad;
    color: #fff
}

.box4 {
    background-color: #82a600;
    width: 15em;
    height: 16em;
    border-radius: 5%;
    margin-bottom: 10px;
    padding-left: 2%;
    padding-right: 2%;
}

.box5 {
    background-color: #87d8d8;
    width: 15em;
    height: 16em;
    border-radius: 5%;
    margin-bottom: 10px;
    padding-left: 2%;
    padding-right: 2%;
}

.fa-solid {
    color: white;
    font-size: 3em;
    width: 100%;
    text-align: center;
    margin-top: 20%;
}

.boxtitle {
    color: white;
    width: 100%;
    text-align: center;
    margin-top: 5%;
    font-weight: bold;
}

.boxtext {
    color: white;
    width: 100%;
    text-align: center;
    margin-top: 10%;
}

.message {
    font-size: 1.2em;
    text-align: center;
    margin-top: 20px;
    text-align: center;
}