


body {
    margin: 0;
    font-family: Arial;
    background-image: url('tausta-indexfi.jpg');
    background-size: cover;

    background-repeat: no-repeat;
    /* Make the background image cover the entire area */
    background-position: top center;
/* Center the background image */


}

h1{
    color: white;
    font-family: "Yrsa", serif;
    font-weight: 600;
    padding-top: 1vh;
    padding-bottom: 1vh;
    font-size: 3em;
 
    
}
hr {
    height: 1px;
    background-color: rgba(126, 149, 192, 0.721);
    border: none;
 
}
.title-h2{
  

font-size: 2em;
}
p{
    margin:0;
    max-width: 60rem;
}

h2{
 margin-block-start: 0.9em;
 margin-block-end: 0.4em;

    color: rgb(15, 92, 159);
    font-family: "Yrsa", serif;   
}
.container{
    margin-bottom: 15vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
}
ul{
max-width: 40rem;

}
li::marker {
    color: rgb(15, 92, 159);
    font-size: 1.5em;
  
  }

.container-text-box{
padding-bottom: 2vh;
}
.container-text-box-bottom{
   padding-top: 2vh;
   padding-bottom: 5vh; 
}
.container-background{
    width: 100%;
    max-width: 68%;
    background-color: white;
    border-radius: 30px;
    padding: 25px;
    padding-left: 5%;
    padding-right: 5%;
    box-shadow: 0 5px 10px rgba(14, 47, 88, 0.348);
    margin-right: 5%;
    margin-left: 5%;
}
.content-logo {
    display: flex;
    justify-content: center; /* Center the content horizontally */
    align-items: center; /* Center the content vertically */
}
.content-logo .material-symbols-outlined{
    display: flex;
    justify-content: center; /* Center the content horizontally */
    align-items: center; /* Center the content vertically */
   
font-size: 2.2em;
color: white;
margin-left: 10px
  
}

@media screen and (max-width:799px) {

 .title-h2{
    text-align: center;
 }
    .container-background{
        border-radius: 30px;
        background-color: white;
        max-width: 74%;
        padding-left: 7%;
        padding-right: 7%;
 margin-left: 10%;
  margin-right: 10%;


        padding-bottom: 10%;
        
        
    }
  
   .p-text{
    text-align: center;
    padding-bottom: 5%;
   }
   .container-text-box-bottom{
 margin-left: 2vw;

   }

   .container-text-box-inner{
    padding-bottom: 2vh;
    margin-left: 2vw;
    padding-top: 2vh;
   }


    ul{
      
        margin: 0;
        padding-left:25px;
       
     
    }
    li{
        
  padding-bottom: 10px;
    }
 
    .container{
        padding-top: 10vh;
        margin-bottom: 8vh;
   
        
    }
        body {
            background-image: url('tausta-indexfi-mobile-2.jpg');
            background-size:auto;
        }
    
        .year-title{
          text-align: center;
            font-size: 1.8em;
        }
    }