@font-face {
    font-family: 'Macho Modular';
    src: url('fonts/MachoModular_Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Macho Modular';
    src: url('fonts/MachoModular_Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Macho Modular';
    src: url('fonts/MachoModular_Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
html {	
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000;
	background-image: url('../img/sanminiato.jpg');
}
html,
body {
    display: flex;
    align-items: center; 
    justify-content: center;
	height: 100%;
    margin: 0;
    overflow: hidden;
    font-family: 'Macho Modular', sans-serif;
    font-weight: 500;
    text-decoration: none;    
}
#container{
	width: 800px;
	background-color: rgba(255,255,255,0.9);
	margin: 0 auto;
	padding: 20px;
	border-radius: 50px;
}
h1 {
    font-size: 32px;
    text-align: center;
}
p{
	font-size: 16px;
    text-align: center;
	margin:10px;
}
#logounisi, #undercostruction {    
    text-align: center;
	margin: 50px 0px auto;
}
#logounisi img, #undercostruction img {
    width: 240px;    
}
a {
  text-decoration: none;
  color: blue;
}
