@font-face {
    font-family: 'vista-sans';
    src: url('fonts/vistasansbold.ttf') format('truetype'),
}

body {
    font-family: 'vista-sans', sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
    background-color: #f2f2f2;
}
.container {
    margin-top: 50px;
}
h1 {
    font-size: 3.5em;
    color: #3d3d3d;
}
p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: black;
    margin-bottom: 20px;
}
img {
    max-width: 100%; 
    height: auto;
}
.logo {
    margin-top: 20px; 
    margin-bottom: 20px; 
    width: 150px; 
}
.construction {
    position: relative; 
    top: 0; 
    left: 0; 
    right: 0; 
    width: 100%; 
    height: auto; 
}
