body {
    background-color: rgb(20, 20, 20);
    color: rgb(220, 220, 220);
    font-family: 'sans-serif','Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    flex-direction: column;;
}

.content {
    display: flex;
    flex-direction: column;
}

.content span {
    font-size: 2em;
    font-weight: bold;
}

.footer {
    margin-top: 50px;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.footer-logo img{
    max-width: 200px;
    min-width: 200px;
}

.logo-text {
    display: flex;
    font-size: 2em;
    gap: 2px;
}

.logo-text span{
    padding: 2px;
}

.text-1 {
    color: rgb(20, 20, 20);
    box-shadow: inset 0px 0px 0px 100px rgb(220, 220, 220);
}
