*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-color: #fee845;
    font-family: "pt sans";
}

.container{
    height: 100vh;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container span{
    border: 1px solid #d9c320;
    padding: 20px 40px;
    border-radius: 10px;
    font-size: 24px;    
}

.container p{
    text-align: center;
}

.container strong{
    font-size: 20px;    
}

svg{    
    width: 24px;
    height: 24px;
}

.container img{
   margin: 40px 0 20px;
}