.main-container {
height: 100dvh;
display: grid;
place-content: center;
}
.content-container {
padding: 4em;
border: 1px solid #3f51b5;
border-radius: 30px;
.message {
font-size: 25px;
font-weight: 500;