body{
    background-color: #000000;
    color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.container {
    background: rgba(255, 0, 0, 0.12);
    padding: 50px;
    padding-bottom: 30px;
    border-radius: 15px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    text-align: center;
    align-items: center;
}
a{
    color: #18baff;
    text-decoration: none;
}
button{
    background-color: #18baff;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    margin-top: 20px;
    align-self: center;
}
img{
    width: 150px;
    height: auto;
}
h1{
    color: #b5ac00;
}