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

section {
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.logo {
    width: 200px;
    height: 162px;
    background-image: url('/assets/images/iama.png');
    background-repeat: no-repeat;
}