* {
  padding: 0;
  margin: 0;
  
}

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

header {
  height: 20vh;  
  background-image: url(slike/triangles-1430105_1280.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 20px;
}

body {
 
    font-family: "Montserrat", sans-serif;

}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
  
h1 {
   color: rgb(255, 255, 255);
    margin: 0;
    font-size: 5rem;
    letter-spacing: 2px;
    text-align: center;
   
}

h2 {
    color: #ffffff; 
font-size: 2vh;
    padding-bottom: 10px;
}

section 
{
  padding-top: 20px;
  padding-bottom: 20px;
    border-style: outset;
    text-align: center;
    background-color: rgb(0, 0, 0);
    width: 100%;
    padding: 20px;
}



li {
    padding: 10px 0;
   
}

.dropdown {
  position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow:  8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 10px;
    padding: 12px 16px;
    z-index: 1;
    font-size: 2vh;
    width: 250px;
    
   

  }
  
  .dropdown:hover .dropdown-content {
    display: block;
    
  }

 
  footer {
    
    height: 25vh;
    font-size: 2vh;
    color: #fffbfb;;
    padding: 20px;
    text-align: center;
   width: 100%;
    font-family: "Montserrat", sans-serif;
    padding: 20px;
   margin-right: 5px;
    text-align: center;
    background-image: url(slike/triangles-1430105_1280.png);
    background-repeat: no-repeat;
    background-size: cover;
}


@media (min-width: 480px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 4vh;
  }

  .dropdown-content {
    width: 70%;
    font-size: 3vh;
  }

  footer {
    font-size: 20px;
  }
}