*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}
nav{
    width: 100%;
    height: 100px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(0, 136, 255);
    position: fixed;
    top: 0;
}
.logo{
    color: white;
    font-size: 25px;
    font-weight: bolder;
}
span{
    color: rgb(0, 136, 255);
    font-size: 30px;
    font-weight: bolder;

}
ul,li{
    display: inline-block;
    padding: 0 50px;
    font-size: 30px;
}
 @media (max-width: 600px){
    ul,li{
        display: block;
        padding: 20px 10px;
        font-size: 20px;
    }
 }
a{
    color: white;
    text-decoration: none;
    padding-left: 15px;
}
body{
    background-image: url(dan.jpg);
    
    background-size: 1400px;
    
}
.DAN{
    text-align: center;
    color: rgb(0, 136, 255);
}
footer{
    width: 100%;
    height: 100px;
    background-color: rgb(0, 136, 255);
    color: white;
    text-align: center;
    padding-top: 20px
}
   .blur{
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.486);
}
.DAN-1{
    color: white;
}
.home-content{
    width: 90%;
    text-align: center;
    padding-top: 250px;
    padding-bottom: 50px;
    margin: 0 auto;
}
.button{
    width: 250px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 50px;
    
}
button{
    padding: 15px 20px;
    display: block;
    background-color: rgb(0, 136, 255);
    border-radius: 5px;
    color: white;
    border: none;
}
.experience{
    display: flex;
    justify-content: space-between;
    color: white;
    margin-top: 20px;
    border: 3px solid white;
    border-radius: 10px;
}
.class{
    width: 30%;
    text-align: center;
    font-size: 20px;
    font-weight: bolder;
    padding: 10px;
}
.left{
    border-right: 3px solid rgb(0, 136, 255);
}
.Daniel{
    color: white;
    margin-bottom: 10px;
    
}