body,h1,h2,h3,h4,h5,h6 {font-family: "Times New Roman", serif;}

body, html {
  height: 100%;
  color: #222;
}

main, footer, header, div {
	box-sizing: border-box;
}

header {
	padding: 30px 40px;
}

h1, h2, p, a {
	font-size: 1.125rem;
	line-height: 1rem;
	font-weight: 400;
}

a {
	text-decoration: none;
  	color: #222;
	word-break: keep-all;
}

a:hover {
	color: #666;
}


#wrap-all {
	width: 100vw;
	height: 100vh;	
}

main {
	height: 90vh;
	height: 80svh;
}

.italic {
	font-style: italic;	
}


.centered {
  display: flex;
  align-items: center;
  justify-content: center;
	margin-top: calc(23svh - 100px);
}


.dot {
  transition: all ease 0.4s;	
  height: 120px;
  width: 120px;
  border-radius:200px;
  color:#fff;
  line-height:20px;
  text-align:center;
  background:#333;
  display: flex;
  align-items: center;
  justify-content: center;
	
  }

.dot:hover {
	background-color:#555;
}

a.dot {
	color: white;
	padding: 20px;
}

a.dot:hover {
	color: white;
}

footer {
	text-align: right;
	position: fixed;
	width: 100%;
	padding: 20px 40px;
	bottom: 0;
}

footer a {
	line-height: 1.8rem;
}


@media (max-width: 415px) {
	.tube {
		display: none;
	}
}