@import url("../Fonts/Popp	ins/Poppins-Regular.ttf");
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    outline: none;
    font-family: 'Poppins', sans-serif;
}
html{
    font-size: 70.5%;
}
body{
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    background-color: black;
    color: white;
}
section{
    justify-self: center;
    width: 70%;
    min-height: 100vh;
    padding: 5rem 9% 5rem;
    background-color: rgba(58,137,189,0.32);
}
.In-Construction{
	height: 100%;
	padding-top: 20%;
	padding-bottom: 20%;
	margin: auto;
	width:50%;
	font-size: 3.5rem;
	text-align: center;
	text-shadow: 5px 5px grey;
	justify-self: center;
}
@media(max-width:995px){
	.In-Construction{
		font-size: 1.5rem;
		padding-top: 70%;
		padding-bottom: 70%;
	}
}
@font-face {
    font-family: 'Poppins';
    src: url('../Fonts/Poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../Fonts/Poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../Fonts/Poppins/Poppins-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}