main{
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 30px;
    row-gap: 30px;
    margin-top: 50px;
}

.foto1{
    height: 850px;
}

body{
    margin: 0;
}



img{
    height: 600px;
}

p{
    font-family: arial;
    line-height: 30px;
}

header{
    margin-top: 0px;
}

.quote{
    background-color: rgb(46, 43, 43);
    color: white;
    padding-top: 100px;
    padding-bottom: 100px;



    text-align: center;
    font-size: 30px;
    margin: 0px;
    font-family: "Sour Gummy", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.vet{
    font-weight: bold;
}