
.main{
    display: flex;
    margin: 30px auto;
    justify-content: center;
    align-items: center;
    width: 60%;
    gap: 30px;
    box-shadow: unset;
}

.container{
    background-color: #2c2c2c;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 1em;
}

#exclamation {
    font-size: 150px;
}

.error-message {
    color: #cd3c4a;
}