body {
    background-color: #182F44;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    min-height: 100vh;
    color: #83D8EA;
}
