*{padding:0; margin:0; border:0;}
body {font-family: Poppins, sans-serif; text-align: center; background-color: #FCFDFF; color: #90959C; margin: 0; padding: 0px; display: flex; justify-content: center; align-items: center; height: 100vh; overflow-y:none;}
.container {max-width: 1200px; padding: 20px;}
.logo {width: 250px; margin-bottom: 25px;}
h1 {font-family: Poppins, sans-serif; color: #1F4360; font-size: 58px; line-height:72px; margin: 0px; font-weight: bold; margin-bottom: 20px;}
p {font-family: Poppins, sans-serif; font-size: 18px; line-height:26px; margin-bottom: 10px;}
.contact {margin-top: 15px; font-size: 16px;}
.contact a {text-decoration: none; color: #90959C;}
.contact p svg {height: 18px;}
.contact p {display: flex; justify-content: center; align-items: center; gap: 10px;}

@media (max-width:767px){
	h1 {font-size: 42px; line-height: 52px;}
	.contact p a {font-size: 16px;}
	.contact p svg {height:16px;}
}

@media (max-width:480px){
	.contact p a {font-size: 14px;}
	.contact p svg {height:14px;}
}