body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ef6d3d;
}

section {
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container {
    max-width: 700px;
    width: 100%;
    margin: auto;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    /* margin-top: 25%; */
    width: 244px;
    height: 287px;
    /* width: 325px;
    height: 382px; */
    background-image: url('/img/trakbeast_logo_75p_opt.png');
    background-repeat: no-repeat;
}