body {
    background-color: black;
    color: white;
    display: flex;
    justify-content: center;
    flex-direction:column;
    align-items: center;
    align-content: center
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.aquadesktop, .hackedcloudflarepage{
    width: 80%;
}
