body {
    background-color: black;

    width: 100%;
    height: 100%;

    margin: 0;
}

#logo {
    position: absolute;
}

#twitter-link {
    position: fixed;
    bottom: 16px;
    right: 16px;
    color: white;
    text-decoration: none;
    font-family: Arial, sans-serif;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 6px 10px;
    border-radius: 6px;
    z-index: 1000;
}

#twitter-link:hover {
    text-decoration: underline;
    background-color: rgba(255, 255, 255, 0.1);
}