@import url('chota.min.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

:root {
  --color-primary: #fff;
  --font-color: #fff;
}

body {
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-variation-settings:
    "wdth" 100;
	background-color: #0165fc;
}

.is-full-screen {
	height: 100dvh;
}

.column {
	display: flex;
	flex-direction: column;
}

.logo {
	margin: 5rem auto;
	width: 62.5%;
	height: auto;
}

h1 {
	text-align: center;
	line-height: 1.4;
}

address {
	margin: 5rem auto;
	font-style: normal;
}

a {
	border-bottom: 1px solid #fff;
}

a:hover {
	border-bottom: 1px solid rgba(255, 255, 255, .75);
}