html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    background-color: rgb(38, 39, 42);
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.content-text {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    color: white;
    font-size: 100px;
    font-style: italic;
}

.sep {
    height: 32px;
    padding: 50px 0 60px 0;
}

.logo {
    height: 30px;
}