*{
    padding: 0;
    margin: 0;
}

.background{
    background-color: #F5F1E6;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

h2{
    color: #000000;
    font-size: 55px;

}

img{
    max-width: 550;
    max-height: 550px;
}
