*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    width: 100vw;
    height: 100vh;
    background-image: url(img/background.png);
    background-position: center;
    background-size: cover;
    padding: 0 8%;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}

.logo{
    width: 82px;
}

.content{
    width: 248px;
}

.content-text{
    width: 183px;
}