*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family:'Gill Sans', Calibri, sans-serif;
}

body{
    background-color: #d5e1ef;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;

}

.container{
    background-color: #fff;
    padding-bottom: 40px;
    border-radius: 10px;
    width: 320px;
    height: 499px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, .1);
}

img{
    border-radius: 10px;
    margin: 16px;
    width: 288px;
}

h1{
    font-size: 22px;
    margin-bottom: 16px;
    color: #1f314f;
    font-weight: bold;
}

p{
    color: #68778d;
    font-size: 15px;
}

.container-text{
    margin: 0px 16px;
    padding: 0 16px;
    text-align: center;
}

