body {
    background-color: #4B5363;
    color: white;
    font-family: Arial, sans-serif;
}

.container-custom {
    background-color: #2d313b;
    border-radius: 15px;
    padding: 30px;
    margin-top: 50px;
    text-align: center;
}

a {
    color: #61dafb;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


.qr-code {
    margin-top: 20px;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
}