body{
    font-family: OpenSans,sans-serif;
    color:#212529;
    margin:auto;
}

.top{
    display: flex;
    font-size: 24pt;
    justify-content:center;
    padding: 15;
    background-color: #0d6efd;
    color: white;
    
}

.middle-top{
    display: flex;
    font-size: 20pt;
    justify-content:center;
    padding: 15; 
    background-color: #0d6efd;
    color: white;   
}


.middle{
    display: flex;
    justify-content: space-between; /* Distribui o espaço entre os elementos (opcional) */
    width: 100%; /* Ocupa toda a largura do elemento pai */
    height: 275px; /* Altura de exemplo */
}


.leftside, .rightside{

    flex: 1; /* Faz com que ambas as divs cresçam igualmente para ocupar o espaço disponível */
    padding: 5px;
    box-sizing: border-box; 
   
}

.leftside{
    text-align: right;
    font-size: 19pt;
    justify-content: space-between;
}

.label{
    height:260px;
    width:auto;
}

.blue{
    color:#0059b8;
}

.order-button{
    text-decoration: none;
    background-color: #ffff00; 
    border-radius: 7px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: flex;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    transition: background-color 0.3s ease, transform 0.2s ease;
    color: rgb(0, 0, 0);
    padding: 12px 13px;
    font-size: 14pt;
}

.bonus{
    display: grid;
    background-color: #d3e5ff;
    grid-template-columns: 1.8fr 1.2fr;
    grid-template-rows: 1fr 1fr;
    text-decoration: none;
    gap: 7px;
    width:100%;
    height: 650px;
}
.left-part-up{
    display: flex;
    align-items: right;
    justify-content: right;
    height: 90px;
    font-size: 18pt;
    padding: 12px;
}
.right-part-up{
    display: flex;
    align-items: left;
    justify-content: left;
    height: 90px;
    padding: 12px;
}
.second-row{
    display:flex;
    text-decoration: none;
    flex-direction:column;
    text-align: center;
    padding: 15px;
    height: 600px;
    width: auto;
    justify-content:space-around;
    align-items: center;
    grid-column: span 2;
}
.part{
    flex: 1;
    align-items: center;
    justify-content:space-around;
    text-decoration: none;
    padding:5px;
}
.bonusImage{
    width: 290px;
    height: auto;
}

.bottom{
    text-decoration: none;
    color: white;
    display: flex;
    font-size: 7pt;
    justify-content:center;
    padding: 30px;
    background-color: black;
}

.bottom_link{
    text-decoration: none;
    color: white;
}

.policies{
    color: rgb(68, 68, 68);
}