body {
    background-color: rgb(43, 43, 124);
}

.buttons {
    display: flex;
    justify-content: center;
}

a {
    text-decoration: none;
}

#ConnectFTP {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 1.2rem;

    width: auto;
    border: none;
    border-radius: 2px;

    background: linear-gradient(90deg, #292b30 53%, #1f2125 47%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

#ConnectFTP img {
    display: flex;
    width: 3.5rem;
    justify-content: right;

    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

#ConnectFTP span {
    margin-left: 0.2rem;

    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;

    color: #000000;
    white-space: nowrap;
}