body {
    text-align: center;
    background-color: #58a8fb;
    color: white;
    font-family: 'TitanOne';
}

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


@media (max-width: 100px) {
    .text-container {
        width: 100% !important;
    }
}

.text-container {
    min-width: 300px;
    max-width: 25%;
    text-align: justify;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: large;
}

@font-face {
    font-family: "TitanOne";
    src: url("TitanOne-Regular.ttf");
}

h1 {
    font-size: 45px;
}

button {
    width: 15rem;
    height: 4rem;
    font-size: x-large;
    font-family: 'TitanOne';
    color: white;
    border: 1px #58a8fb;
    border-radius: 15px;
    background-color: #268efa 
}

button:hover {
    transform: scale(1.1);
}

.button-container {
    display: flex;
    justify-content: center;
}

.footer {
    text-align: center;
    text-decoration: underline;
    font-size: medium;
}

a {
    color: white
}