body{
    background-repeat: no-repeat;
    background-size: cover;
}
.navbar b{
    color: #fff;
    font-size: 35px;
    padding-left: 100px;
    padding-top: 10px;  
}
.navbar a {
    font-size: 20px;
    color: white;
    text-decoration: none;
   margin-right: 30px;
    border: 2px solid rgb(255, 255, 255);
   float: right;
   padding: 3px;  
}
.navbar a:hover{
color: rgb(255, 213, 0);
}
.navbar a.active{
    color: rgb(255, 255, 255);
}
.home {
height: 100vh;  
 display:flex;
padding: 0 10%;
align-items: center;
float: right;
}
.home-content{ 
    color: #fff;
    text-align:left;
    float: right;   
}
.home-content h1{
    font-size: 50px;
    font-family:Georgia, 'Times New Roman', Times, serif;
    line-height: 1.3;
    color: white;
}
.home-content h3 {
    font-size: 32px;
    color: white;
    font-family:Georgia, 'Times New Roman', Times, serif;
}
.home-content p{
    font-size: 25px;
    font-weight: bold;
    color:white;
    font-family:cursive;
}
.home-image{
    display: flex;
    align-items:center;
    width: 850px;
    height: 450px; 
}
.home-social a{
justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 20px;
    text-decoration: none;
    color: cornflowerblue;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 10px;
}
.btn { 
    padding: 12px 35px;
    background: red;
    font-size: 17px;
    border-radius: 20px;
    color: #fff;
    text-decoration:none;
     font-weight: 600px;
}

