html {
    scroll-behavior: smooth;
  }

body{
    background: #d7d4d2;
    font-family: 'Cormorant Garamond';
    font-size: 22px;
}

.main{
    padding: 20px;
    margin: 20px;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .main{
        padding: 20px;
        margin: 0px;
        border-radius: 10px;
    }
  }

.name{
    padding-bottom: 20px;
}

.name h1{
    font-family: 'Alex Brush';
    font-size: 70px;
    font-weight: 100;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.name p{
    font-family: 'Cormorant Garamond';font-size: 40px;
}

.text-main{
    color: #000;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    line-height: 1.25em;
    margin: 0 0 20px 0;
}

.font-weight-normal{
    font-weight: 600!important;
}

h1, h2{
    padding-bottom: 10px;
    font-weight: 700;
}

h3{
    padding-bottom: 5px;
    font-weight: 700;
    margin-bottom: 0px;
}

#counter h3{
    font-weight: 400!important;
}

.center{
    text-align: center;
}

.right{
    text-align: right;
}

.left{
    text-align: left;
}

.foto{
    width: 100%;
}

p{
    color: rgb(58, 58, 58);
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: black;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }
  
  #myBtn:hover {
    background-color: #555;
  }

  #hero a{
    color: black;
    text-decoration: none;
  }

  #hero a:hover{
    color: #3E7866;
  }
