@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400&display=swap')

html, body
{
    margin: 0 auto;
    font-family:'Poppins', sans-serif;
	color:#050505;
	font-size:16;
	font-weight:500;
    background-color: #ffffff;
    color: #5a5a5a;
}
.main
{
    width: 800;
    height: 10vh;
    margin: 20px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    vertical-align: middle;
    background-color: #f3f3f3;
    border: 2px solid #e6e6e6
}
.text_h1
{
    padding-top: 30px;
    font-size: 20px;
}
.text_h2
{
    font-size: 12px;
    color: #7a2d2a;
}