body {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}

.main-container {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;

    background-color: black;
}

.main-container::before {
    content: "";
    background-image: url('20241031_212444.jpg');
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.40
}

.top-container {
    position: relative;
    width: 100%;
    height: max-content;
    text-align: center;
    margin-top: 30px;
}

.message-container {
    position: relative;
    width: 100%;
    height: max-content;
    margin-top: 200px;
    text-align: center;
}