@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{font-family: 'Rubik', sans-serif; font-size: 16px;}
header{background-color: #e11e7c; position: sticky; top: 0px; height: 65px;}
.middle{height: calc(100vh - 105px);}
.middle .logo-col{}
.middle .logo-cont{position: relative; width: 100%; top: 50%; transform: translateY(-50%);}
.middle .logo{display: block; width: 80%; margin: 0px auto; position: relative;}/* top: 50%; transform: translateY(-50%);*/
.middle h1{width: 80%; text-align: center; margin: 20px auto 0 auto; font-size: 3em; color: #78b12b; font-weight: 700;}
footer{background-color: #b3b3b3; position: sticky; bottom: 0px; height: 40px}