@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

* {
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   font-family: "Nunito", serif;
}

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

main {
   margin: 0 auto;
   width: 100%;
   max-width: 1920px;
   color: white;
   box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.24);
}

.img-fundo {
   background-image: url(../img/Imagem_fundoVitor_semfundo3.png);
   width: 100%;
   max-width: 1920px;
   height: 500px;
   position: absolute;
   top: 0;
   background-repeat: no-repeat;
   background-size: cover;
}