@charset "utf-8";
/* CSS Document */
@import url("border.css");

body{
  font-family: 'Montserrat', sans-serif;
  height: 100vh;
  width: 100vw;
}

#sub-text{
  padding: 10px;
}

#sub-text h3{
  display: block;
  text-align: center;
  font-size: 4rem;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}

.h-40{
  height: 40%;
}

.h-100{
  height: 100%;
}

html, body{
	width: 100%; height: 100%;
	background-color: #DDFFF7;
	z-index: 1;
	position: relative;
	overflow: hidden;
	
}

body{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items:center;
}