body{
    background: url('netflix.jpg');
            background-size: cover;
            background-position: center;
            height: 100vh;
}

.navbar{
    align-items: center;
    padding:08px 120px;
    justify-content:space-between;
    display: flex;
}
.logo{
    font-size: 50px;
    color: #d01318;
    font-weight: bold;
    
    
}
*{
    font-family: PT Sans;
}
.signin{
    background-color: #d01318;
    color: white;
    padding-left:15px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-top: 5px ;
    cursor: pointer;
    border-radius: 5px;
    border: none;
    font-weight: bold;
    font-size: medium;
}
.content{
    text-align: center;
    margin: auto;
    color: white;
    margin-top:120px;
    }
    .content h1{
        font-size: 65px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .emailbox {
       margin-top:20px;
    }
    .emailbox input{
            
            padding:20px 25px;
            border: 0.5px solid white;
            background : none;
            width: 400px;
            border-radius: 5px;
            color: white;
            font-size: 18px;
        
    }
    .emailbox button{
         padding:15px 25px;
            background:#d01318;;
            color:white;
            font-weight: bold;
            border:none;
            cursor:pointer;
            font-size:25px;
            border-radius: 5px;
    }
   
    

