body {
    font-family: Arial, sans-serif;
    margin: 40px;
    line-height: 1.6;
    color: white;
    overflow: hidden;
}

header {
    margin-bottom: 20px;
}

.card {
    padding: 16px;
    border: 1px solid white;
    border-radius: 8px;
    margin-top: 16px;
}

a {
    color: white;
}

#logo {
    position: fixed;
    top: -11%;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    display: flex;
    justify-content: center;
}
