@font-face {
    font-family: 'AppleGaramond-Light';
    src: url('fonts/AppleGaramond-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ClashDisplay-Variable';
    src: url('fonts/ClashDisplay-Variable.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.logo-container { 
  text-align: center;
} 

.icon { 
  margin-top: 40px; 
  width: 85px; 
  height: auto; 
  margin-left: 3px;
} 

.background-image { 
  position: fixed; 
  width: 100%; 
  height: 100%; 
  min-width: 125%; 
  min-height: 125%; 
  z-index: -1; 
  filter: blur(16px); 
}
.textoentero{
    margin-left: 32px; 
    margin-right: 32px; 
}

body {
    font-family: ClashDisplay-Variable;
    color: white;
    display: flex;
    flex-direction: column; 
    margin: -10px; 
    padding: 0;
}

h2, h4 {
    margin-top: 72px;
    margin-left:80px;
    margin-right:80px;
}

p {
    margin-bottom: 20px;
    line-height: 1.5;
    margin-left:80px;
    margin-right:80px;
}
