body {
    margin: 0;
    padding: 0;
    height: 100vh;
    background: url("../images/gifs/donate-background.gif") no-repeat center center fixed;
    background-size: cover;
    user-select: none;
}

@media (max-width: 360px) {
    body {
        font-size: 12px;
    }
}

@media (min-width: 361px) and (max-width: 720px) {
    body {
        font-size: 14px;
    }
}

@media (min-width: 721px) and (max-width: 1080px) {
    body {
        font-size: 16px;
    }
}

@media (min-width: 1081px) and (max-width: 1440px) {
    body {
        font-size: 18px;
    }
}

@media (min-width: 1441px) {
    body {
        font-size: 20px;
    }
}

.logout-btn {
    position: absolute;
    top: 6px;
    right: 4px;
    background: #364157;
    color: white;
    text-decoration: none;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 14px;
    transition: background 0.3s;
    display: inline-block;
    user-select: none;
}

.logout-btn:hover {
    background: #56627d;
    user-select: none;
}

.icon {
    width: 42px;
    height: 42px;
    user-select: none;
}

.title {
    color: aqua;
    text-align: center;
    user-select: none;
    font-size: 37;
    margin-top: -43;
}

.center {
    text-align: center;
    user-select: none;
}

.yt-button {
    display: inline-block;
    padding: 12px 24px;
    background: #FF0000;
    color: white;
    font-weight: bold;
    font-size: 18px;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.3s;
    user-select: none;
}

.yt-button:hover {
    display: inline-block;
    padding: 12px 24px;
    background: #B30000;
    color: white;
    font-weight: bold;
    font-size: 18px;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.3s;
    user-select: none;
}

.lt-button {
    display: inline-block;
    padding: 12px 24px;
    background: #22B14C;
    color: white;
    font-weight: bold;
    font-size: 18px;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.3s;
    user-select: none;
}

.lt-button:hover {
    display: inline-block;
    padding: 12px 24px;
    background: #1A873A;
    color: white;
    font-weight: bold;
    font-size: 18px;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.3s;
    user-select: none;
}

.git-button {
    display: inline-block;
    padding: 12px 24px;
    background: #2E2E2E;
    color: white;
    font-weight: bold;
    font-size: 18px;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.3s;
    user-select: none;
}

.git-button:hover {
    display: inline-block;
    padding: 12px 24px;
    background: #242424;
    color: white;
    font-weight: bold;
    font-size: 18px;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.3s;
    user-select: none;
}

.blogspot-button {
    display: inline-block;
    padding: 12px 24px;
    background: #FF9D2B;
    color: white;
    font-weight: bold;
    font-size: 18px;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.3s;
    user-select: none;
}

.blogspot-button:hover {
    display: inline-block;
    padding: 12px 24px;
    background: #C2611E;
    color: white;
    font-weight: bold;
    font-size: 18px;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.3s;
    user-select: none;
}

.back-text {
    color: #A0BEFF;
    text-align: center;
    user-select: none;
}

.back-link {
    color: #A0BEFF;
    user-select: none;
}

.app-download-title {
    color: #4055C9;
    text-align: center;
    user-select: none;
}