.logo {
    width: 100%;
    height: 25%;
    text-align: center;
}

.logoSize {
    width: 25%;
    height: 100%;
}

.topImageSize {
    width: 50%;
}

.topImage {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.bottomImage {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
    text-align: center;
}

.bottomImageSize {
    width: 75%;
    height: 25%;
}

.info {
    text-align: center;
    margin-top: 1%;
    margin-left: 10%;
    margin-right: 10%;
    color: rgb(0, 0, 0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
}