body {
    width: 100vw;
    height: 100vh;
}

.content-wrapper {
    width: 100%;
    height: 100%;
    background-color: #333333;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.thanks-text {
    margin: 50px 0 50px 0;
}

.img-container > img { 
    margin: 10px;
}