body {
    background-color: #000000;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.logo {
    width: 100%;
    height: auto;
    max-width: 900px;
}

.links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px;
    color: #ffffff;
    padding-top: 20px;
    flex-wrap: wrap;

    @media (width <=350px) {
        gap: 20px;
    }
}

.icon {
    width: 80px;
}