@import 'https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap';


body {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Sora', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    /* color: #aaaaaa;
    background-color: #ffffff; */
}



.header_title{
	margin-top: 40px;
	color: #000;
	font-family: 'Sora', sans-serif;
	font-weight: 600; 
	font-size: 72px;
	text-shadow: 1px 1px 5px #D0D0D0;
}

iframe{
        width:383px;
        /* height:690px; */
        height:90vh;
        border:none;
        background:#fff;
        border-radius:20px;
        padding:8px;
        box-shadow:0 0 15px 5px rgba(0,0,0,.1)
}

.hv-100{
    height:100vh
}