@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


html, body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

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

.logo{
    max-width: 120px;
}

.logo img{
    max-width: 100%;
}

.text{
    text-align: center;
    font-size: 30px;
    font-family: 'Playfair Display', serif;
    color: #000;
    margin-top: 20px;
    line-height: 40px;
}

.text i{
    display: block;
    margin-top: 20px;
    font-size: 24px;
    line-height: 34px;
}