#title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 95vh;
}

#start {
    text-align: center;
    padding: 2em;
}

img {
    width: 35em;
}

#button.visible {
    position: revert;
}

body {
    background-color: rgb(15, 30, 52);
}