*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body{
    background-image: url("https://getwallpapers.com/wallpaper/full/0/7/9/81674.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.navbar{
    height: 130px;
    width: 85%;
    background-color: #393a46;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    color: white;
    border-radius: 10px;
    margin-left: 100px;
    margin-top: 30px;
    
    
    
}

.nav-content img{
    border-radius: 100%;
    height: 140px;
}

.navbar ul li{
    display: inline-flex;
    padding: 30px;
    font-size: 20px;
}

.btn1{
    background-color: rgba(4, 5, 5, 0.493);
    color: white;
    height: 3.5rem;
    width: 7rem;
    border-radius: 20px;
    font-size: 17px;

}
.content{
    margin-top: 7rem;
    margin-left: 3rem;
    color: white;
}

.content p{
    margin-top: 19px;
    font-size: 1rem;
}

.content h2{
    font-size: 50px;
    font-family: ;
}

.btn2{
    height: 50px;
    width: 150px;
    margin-top: 80px;
    margin-left: 50px;
    font-size: 18px;
    border-radius: 10px;
    background-color: #393a46;
    color: white;
}