body {
    font-family: monospace;
    background-image: url('background.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #333;
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    flex-direction: column; 
    align-items: center; 
    justify-content: center;
    overflow: hidden;
}
* {
    cursor: url(cursor.png), auto;
}
.header {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
}
h1 {
    color: #ff008c;
    font-size: 100px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px; 
}
.parent-container {
    display: flex;
    justify-content: center; 
    align-items: center; 
    width: 100%; 
    height: calc(100vh - 120px); 
    position: relative; 
}
.container {
    position: relative;
    justify-content: center; 
    align-items: center; 
    width: 80%;
    /* height: 520px; */
}
.resize {
    max-width: 600px;
    height: auto;
}
.resize-header {
    max-width: 30%;
    height: auto;
    padding-left: 15%;
    padding-right: 0%;
}
.resize-aguilar {
    max-width: 40%;
    height: auto;
    padding-right: 15%;
    padding-left: 0%;
}
.resize-construction {
    max-width: 35%;
    height: auto;
}
img {
  padding: inherit;
  margin:auto;
  max-width: 200px;
  display: block;
}
.center{
    text-align: center;
}
button {
    background-color: transparent;
    border-color: transparent;
    display: block;
}
button:hover {
    transform: scale(1.1);
}
.img-size img {
    max-width: 275px;
    height: auto;
}
.footer-img-size img {
    max-width: 35px;
    height: auto;
}
footer {
    display: flex;
}
.resize-contact-fun {
    max-width: 475px;
    height: auto;
}
.resize-mailto {
    max-width: 400px;
    height: auto;
}
.resize-home img {
    max-width:55px;
    height: auto;
}
.baby-flex {
    display:flex;
}
.animate-contact:hover {
    transform: scale(1.1);
}