.side {
    position: absolute;
    left: -5%;
    top: -12.5%;
    display: flex;
    flex-direction: column;
    margin: 5%;
    margin-top: 10%;
    padding: 5px;
    min-width: 29%;
    max-width: 29%;
    min-height: 80%;
    max-height: 80%;
    border-style: solid;
    background-color: #00053d;
}

.row2 {
    display: flex;
    flex-direction: row;
}

.row3 {
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}

.favwrap {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    margin-right: 5px;
}

.boxrside {
    display: flex;
    flex-direction: column;
    margin: 1%;
    padding: 5px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.rights {
    display: flex;
    flex-direction: column;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 5%;
    padding: 5px;
    text-align: center;
}

.boxab {
    position: absolute;
    top: -12.5%;
    display: flex;
    flex-direction: column;
    margin: 0;
    margin-top: 10%;
    max-width: 39.3%;
    min-height: 80%;
    max-height: 80%;
    padding: 5px;
    border-style: solid;
    background-color: #00053d;
}

.right {
    position: absolute;
    right: -5%;
    top: -12.5%;
    display: flex;
    flex-direction: row;
    margin: 5%;
    margin-top: 10%;
    padding: 5px;
    min-width: 29%;
    max-width: 29%;
    min-height: 80%;
    max-height: 80%;
    border-style: solid;
    background-color: #00053d;
}

h3 {
    text-align: center;
    margin-top: -5px;
    margin-bottom: -5px;
    font-size: 20px;
}