body {
    background-color: #383838;
    font-family: 'Open Sans', sans-serif;
}

.centerTop {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.center {
    display: flex;
    justify-content: center;
}

.centerTop img {
    max-width: 50%;
    max-height: 50%;
}

.top {
    position: absolute;
    top: 0;
    padding: 10px;
    margin-top: -30px;
}

.topLeft {
    position: absolute;
    top: 0;
    left: 830px;
    padding: 10px;
}

.topRight {
    position: absolute;
    top: 0;
    right: 830px;
    padding: 10px;
}

.text {
    font-size: 24px;
}

.button {
    display: inline-block;
    width: 100px;
    height: 40px;
    background-color: #0062ca;
    color: #FFFFFF;
    font-size: 20px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: transform 0.5s;
}