body {
    font-family: Arial, Helvetica, sans-serif;
}

#image img {
    width: 10%;
}

#top {
    text-align: center;
}

#logo {
    color: black;
    background-color: white;
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    padding-left: 8px;
}

#main {
    margin: auto;
    font-size: 120%;
}

#title {
    text-align: center;
    font-size: 140%;
    background-color: red;
}

#main-text {
    background-color: white;
    font-weight: bold;
    text-align: center;
    width: 100%;
    font-size: 130%;
    margin: auto;
}

#text {
    margin: auto;
    text-align: center;
    width: 70%
}

#contact-text {
    background-color: rgb(151, 151, 151);
    text-align: center;
    padding-bottom: 1%;
}

#contact-title {
    color:Black;
    background-color: rgb(114, 114, 114);
    text-align: center;
    font-size: 150%;
}