* {
    margin: 0;
    padding: 0;
}

body, html {
    font-family: 'Red Hat Display', sans-serif;
    height: 100%;
    background: url("https://user-images.githubusercontent.com/84734202/152337433-03427cef-4f27-4dc0-84e9-b3b2f8bf9c9c.svg") no-repeat top center;
    background-size: contain;
    background-color: #e0e8ff;
}

.container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;

}

.caixa {
    height: 470px;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
    background: white;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
}

.imagem {
    width: 100%; 
}

#imagem {
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.titulo {
    margin-bottom:0.5em;
    text-align:center;
    font-size: 18px;
    font-weight: 900;
    color: hsl(223, 47%, 23%)
}
.titulo{
    margin-top:15px;
}
.description {
    text-align: center;
    font-size: 14px;
    color: hsl(224, 23%, 55%);
    display:flex;
    flex-direction: column;
    line-height:1.8;
    margin-bottom:15px;
}

#icone{
    width:15%;
    height:15%;
}
.caixa-plano {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 15px;
    background: hsl(225, 100%, 98%);    
    border-radius: 10px;
    padding:8px;
    vertical-align: central;
    font-size:13px;
}

.plano{
    margin-top:7px;
}
.plano p {
    font-weight: 900;
    color: hsl(223, 47%, 23%)
}

.valor {
    color: hsl(224, 23%, 55%);
}

.link {
    margin-top: 10px;
    text-decoration: underline;
    color: hsl(245, 75%, 52%);
    font-weight:700;
}

.pagamento {
    margin: 20px 15px;
    background: hsl(245, 75%, 52%);
    border-radius: 10px;
    padding: 12px;
    text-align: center;
    vertical-align: central;
    font-size: 13px;
    color: white;
    box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.15);
    font-weight:700;
}

.botao {
    border: none;
    display: flex;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: hsl(224, 23%, 55%)
}
