@font-face {
    font-family: 'Ultra-Regular';
    src: local('Ultra-Regular'), url('Fonts/Ultra-Regular.ttf');
}
@font-face {
    font-family: 'EricOne-Regular';
    src: local('EricOne-Regular'), url('Fonts/EricaOne-Regular.ttf');
}


header {
    display: flex;
    justify-content: flex-end; /* muda de space-between para flex-end */
    align-items: center;
    padding: 15px 40px;
    background-color: white;
    width: 100%;
    box-sizing: border-box;
    gap: 20px; /* distância entre pipoca e música */
}

header h1 {
    font-family: Ultra-Regular;
    font-weight: 800;
    font-size: 40px;
    color:black;
    text-transform: uppercase;
    margin: 0;
    margin-right: auto; /* isso empurra tudo que vem depois pra direita */
}

header p {
    font-family: EricOne-Regular;
    font-weight: 400;
    font-size: 20px;
    text-transform: lowercase;
    margin: 0;

}
header p {
    font-family: EricOne-Regular;
    font-weight: 400;
    font-size: 20px;
    text-transform: lowercase;
    margin: 0;

}

section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 40px;
    width: 100%;
    box-sizing: border-box; 
}

nav a {
  text-decoration: none;
  color: white;
  margin-left: 30px;
  font-size: 14px;
}


body {
  background-image: url('Images/anita-austvika-RfSMtI-KeMo-unsplash.jpg');
  background-size: cover;      
  background-position: center; 
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
}

section {
     font-family: Ultra-Regular;
    font-weight: 800;
    font-size: 10px;
    color:rgb(255, 255, 255);
    text-transform: uppercase;
    margin: 0;   
}

