body {
    background-image: url(../assets/img/background.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.box-container {
    bottom: 0;
    color: #000000;
    box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
    height: 210px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 550px;
}

.box-warning {
    background-color: #FFC107;
    color: #000000;
    padding: 15px;
}

.box-content {
    background-color: #FFFFFF;
    padding: 15px;
}

.box-content-title {
    color: #E74C3C;
}

.text-bold {
    font-weight: 700;
}