@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200&display=swap');

body{
    background-color: #CC9999;
}
/*NAVIGACIO*/
.nav{
    background-color: white;
    opacity: 70%;
    border-radius: 15px;
}
.nav img{
    width: 10%;
    margin-left: 5%;
}
.nav ul, li{
    display: flex;
    list-style: none;
    text-decoration: none;
    float: right;
    font-size:20px;    
    padding-right: 20px;
    padding-top: 1%;
    
}
.nav a{
    color: black;
    text-decoration: none;
}
.nav a:active{
    color: green;
    transition: 0.8s;
}
.nav a:hover{
    color: red;
    transition: 0.8s;
}

/*BODY*/
.udv{
    margin: 3%;
}
.kep img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%; 
  margin-bottom: 3%;
}
.textbox{
    margin: 4%;
    font-size: 25px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}
.textbox a{
    color: green;
    text-decoration: none;
}
.textbox a:hover{
    color: red;
    transition: 0.5s;
}
.title{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 40px;
    margin: 2%;
    margin-top: 3%;
    margin-bottom: 0%;
    text-decoration: underline;
    text-align: center ;
}
.main {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    padding: 3%;
}
main p{
    margin: 4%;
    font-size: 25px;
    font-family: 'Raleway', sans-serif;
    margin-left: 15%;
    margin-right: 30%;
}
.section {
    width: 50%;
    height: 100%;
}
.szeben img{
    margin: 4%;
    text-align: center;
    float: center;
}
.videoplay{
    padding: 2%;
}
.center{
    text-align: center;
}
/*GOMB*/
#myBtn {
    display: none; 
    position: fixed; 
    bottom: 20px; 
    right: 30px; 
    z-index: 99;
    border: none; 
    outline: none; 
    background-color: green; 
    color: white; 
    cursor: pointer; 
    padding: 15px; 
    border-radius: 10px; 
    font-size: 15px; 
    transition: 0.5s;
  }
  
  #myBtn:hover {
    background-color: red; 
  }
  
/*LABLEC*/
.footer{
    background: white;
    border-radius: 10px;
    color: green;
    opacity: 70%;
    text-align: center;
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-bottom: 0.4%;
    margin-top: 2%;
}
