html {
    height: 100%;
}

body {
    background-color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 0 15px;
    margin: 0;
    color: #fd8000;
    font-family: "Bungee", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    line-height: 1.2;
}

.logo {
    width: 300px;
    max-width: 100%;
}

.title {
    margin-top: 10px;
    font-size: 40px;
}

.text {
    margin-top: 15px;
    font-size: 20px;
}