html {
    width: 100%;
    height: 100%;
}

body{
    margin:0;
    width: 100%;
    height: 100%;
    background: #2A3F3F;
    display: flex;
    justify-content: center;
    align-items: center;
}

*{
    box-sizing: border-box;
}

.texts {
    display: flex;
    flex-direction: column;
    align-items: center;

    color: white;
    font-size: 50px;
}

span {
    width: 100%;
    text-align: center;
}

.logo {
    text-align: center;
}

svg {
    width: 1000px;
    max-width: 80%;
}
