* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.section{
    background-image:linear-gradient(rgba(0,0,0,0.60),rgba(0,0,0,0.60)), url(images/pexels-christina-morillo-1181676.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    
}
.navigation{
    background-color: gray;
    color: white;
    font-size: larger;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    height: 10vh;
    display: flex;
    justify-content: center;
    
    text-align: center;
    
}
ul{
    display: flex;
    list-style-type: none;

  
    
}
li{
   padding: 20px;
   
}
.page{
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 80vh;
    align-items: center;

}
.title{
    
    padding-right: 200px;
    font-size: xx-large;
    font-weight: 500;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;

}
span{
    color: rgb(255, 9, 198);
}
.about{
    display:flex;
    font-size: large;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.btn1{
    background-color: green;
    color: aliceblue;
    margin: 10px;
    padding: 10px 30px 10px 30px;
    text-decoration: none;
    border-radius: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;

}
.btn2{
    background-color: orange;
    color: aliceblue;
    margin: 10px;
    padding: 10px 30px 10px 30px;
    text-decoration: none;
    border-radius: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;

}
.btn1:hover{
    background-color: rgb(243, 12, 192);
    color: antiquewhite;
    font-size: larger;
 
}
.btn2:hover{
    background-color: rgb(243, 12, 192);
    color: antiquewhite;
    font-size: larger;
 
}