﻿.hero {
    background-color: #125B9A;
    display: grid;
    justify-content: center;
    justify-items: center;
    border-radius: 10px;
}

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

.answer {
    margin-left: 2em;
}