@import url("fonts/Lato/stylesheet.css");

*{
    margin:  0;
	padding: 0;
	border:  0;
	outline: 0;	
	vertical-align: baseline;
	background:     transparent;			        
	box-sizing:     border-box;
	z-index:        1;

	font-family: "Lato", sans-serif;
	font-optical-sizing: auto;	
	font-style: normal;
	font-variation-settings: "GRAD" 0;
	letter-spacing: 0.05ch;	
	font-size: 16px;
}

html, body {
    height:   100%;
    position: relative;	
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {    
    border-radius: 0;
}


/* index */

#container	{
	display: flex;

	width: 100vw;
	height: 100vh;

	justify-content: center;
	align-items: center;
	flex-direction: column;
}



img {
	width: 300px;
	max-width: 80%;
	margin-bottom: 20px;
}

h1 {
	font-size: 2.5rem;
	color: #16448F;
}

p {
	text-align: center;
	font-size: 14px;
}






/*
border: 1px solid red;
border: 1px solid green;
border: 1px solid blue;
*/

.border1pxred {
	border: 1px solid red;
}