@font-face {
    font-family: 'Hello';
    src: url('HelloRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'American Typewriter';
    src: url('AmericanTypewriter.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
    font-family: 'American Typewriter';
    font-weight: normal;
    font-style: normal;
    color:#fff;
}

.hand{
    font-family: 'Hello';
    font-weight: normal;
    font-style: normal;
    font-size: 50px;
}

body{
    background-image: url(imagen/fondo.png);
    background-size: cover;
    background-position: center;
}
.logo{
    max-width: 300px;
    position: absolute;
    top: 45px;
    left: 45px;
    width: 100%;
}

 .first-image {
    display: block;
    position: relative;
    top: 222px;
    margin: 0 auto;
    max-width: 350px;
    width: 100%;
}
.grid {
    display: flex;
    padding: 252px 30px;
    margin: 0 auto;
}

.grid .item{
  padding: 15px;
  width: calc(33.33% - 5px);
  font-size: 30px;
}

img{
    width: 100%;
}
.text-center{
    text-align: center;
}
.small{
    font-size: 20px;
}

a{
    color:#fff;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .grid .item{
    width: 100%;
    padding:15px 0px
  }
  .grid {
    display: flex;
    padding: 171px 0px 30px 0px;
    margin: 0 auto;
    flex-direction: column;
}
.logo {
    max-width: 200px;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    right: 0;
    margin: 0 auto;
}
.first-image {
    top: 160px;
}
}