*{
    font-family: "Figtree", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: hsl(47, 88%, 63%);
}
div.caixa-principal{
    background-color: rgb(255, 255, 255);
    border-radius: 15px;
    padding: 10px;
    border: 1px solid black;
    box-shadow: 5px 5px black;
    height: 420px;
    width: 310px;
    align-items: center;
    justify-content: center;
}
div.img{
    background-color: rgb(255, 255, 255);
    display:         flex;
    justify-content: center;
    align-items: center;
    padding: 10px 5px;
} 
img.img1{
    border-radius: 10px;
    height: 165px;
}
div.h2{
    padding: 5px 10px;
}
h2{
    font-size: 12px;
    background-color: hsl(47, 88%, 63%);
    padding: 5px 10px;
    display: inline-block;
    position: relative;
    border-radius: 5px;   
}
p.subh2{
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 550;
}
div.t-principal{
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 900;
}
div.t-principal:hover{
    transition: 0.5s;
    color: hsl(47, 88%, 63%);
    cursor: pointer;
}
div.txt-principal{
    padding: 10px 10px;
    font-size: 13px;
    color: hsl(0, 0%, 42%);
}
div.social{
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    padding: 15px 10px;
}
h3{
    font-size: 12px;
    font-weight: 900;
    padding:10px;
}
img.social{
    height: 27px;
}