@import url('https://fonts.googleapis.com/css2?family=Aptos:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Monoton&display=swap');

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #000;
    margin: 0;
    font-family: 'Aptos', sans-serif;
    font-size: 32px;
    color: #555;
}

a:link, a:visited, a:hover, a:active {
    color: #405C8C;
}

.logo-v {
    font-family: 'Monoton', sans-serif;
    font-size: 78px;
    color: #DB685F;
    letter-spacing: -12px;
}

.logo-txt {
    font-size: 72px;
    color: #aaa;
    letter-spacing: 1px;
    #color: #DB685F;
}

.corner-banner {
    position: fixed;
    top: 32px;
    right: 32px;
    min-width: 180px;
    max-width: 280px;
    background: linear-gradient(100deg, #405C8C 20%, #DB685F 60%);
    color: #fff;
    padding: 20px 20px;
    font-family: 'Aptos', sans-serif;
    font-size: 16px;
    z-index: 1000;
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.35);
    letter-spacing: 1px;
    text-align: center;
    border-radius: 32px;
    backdrop-filter: blur(2px);
    opacity: 0.97;
}
