.page {
    /*width: 64vw;*/
}

.table {
    width: 64vw;
    margin-top: 4.5vw;
    box-shadow: 0.3vw 0.5vw 0.7vw 0 rgba(0, 0, 0, 0.04);
    background-color: rgba(255, 255, 255, 1);
}

.table > h1 {
    height: 5vw;
    width: 42vw;
    margin: 2vw 0 0 1.5vw;
    background-color: rgba(28, 65, 117, 1);

    color: #FFFFFF;
    font-size: 1.5vw;
    text-align: center;
    line-height: 5vw;
}

.table > table {
    margin-top: 3vw;
    box-shadow: 0.3vw 0.5vw 0.7vw 0 rgba(0, 0, 0, 0.04);
}

td {
    width: 21.5vw;
    height: 2vw;
    text-align: center;
    color: rgba(28, 65, 117, 1);
    font-size: 1vw;
}

thead > tr > td {
    font-weight: bold;
    font-size: 1.5vw;
}

thead > tr > td, tbody > tr > td {
    border: 1px solid #ebeef5;

}

.register {
    width: 100vw;
    height: 32.5vw;
    margin-top: 4.5vw;
    background: url("../img/108.png");
    background-size: cover;
}

.register > div {
    position: relative;
    height: 17.5vw;
    width: 64vw;
    margin-top: 15vw;
    background-color: rgba(0, 0, 0, 0.75);
}

.register > div > h1 {
    position: absolute;
    height: 5vw;
    width: 34.5vw;
    background-color: rgba(255, 255, 255, 1);

    color: rgba(28, 65, 117, 1);
    font-size: 1.5vw;
    text-align: center;
    line-height: 5vw;
    top: -2.5vw;
    right: 1.5vw;
}

.register > div > p {
    font-size: 0.9vw;
    color: #FFFFFF;
    line-height: 1.5vw;
    text-align: justify;
    margin: 4.5vw 1.5vw 0 1.5vw;
}

.details {
    width: 64vw;
    margin-top: 4.5vw;
}

.details > img {
    height: 18vw;
    width: 100%;
}

.details > div {
    position: relative;
    background-color: #FFFFFF;
    box-shadow: 0.3vw 0.5vw 0.7vw 0 rgba(0, 0, 0, 0.04);

    padding: 4vw 1.5vw 1.5vw 1.5vw;
}

.details > div > h1 {
    position: absolute;
    height: 5vw;
    width: 30.5vw;
    background-color: rgba(28, 65, 117, 1);
    top: -2.5vw;
    left: 1.5vw;

    font-size: 1.5vw;
    text-align: center;
    line-height: 5vw;
    color: #FFFFFF;
}

.details > div > p {
    font-size: 0.9vw;
    text-align: justify;
    color: rgba(28, 65, 117, 1);
    line-height: 1.5vw;
}

footer {
    margin: 0;
}