* {
    margin: 0;
    padding: 0;
    font-family: 'Times New Roman', Times, serif;
}
.container {
    height: 100vh;
    width: 100%;
    background-image: url(img.jpg);
    background-position: center;
    background-size: cover;
    padding-right: 3%;
    padding-left: 5%;
    box-sizing: border-box;
    position: relative;
}

.container .header nav ul li{
    padding-left: 10%;
    letter-spacing: .1em;
}

.header {
    width: 100%;
    height: 15vh;
    margin: auto;
    display: flex;
    align-items: center;
}

nav {
    flex: 1;
    padding-left: 450px;
}
nav ul li {
    display: inline-block;
    list-style: none;
    margin: 20px;
}
nav ul li a {
    text-decoration: none;
    color: 0000ff;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}
#btn1 {
    text-transform: uppercase;
    background: beige ;
    border-radius: 30px;

    border: 1px solid #cbcbcb;
    cursor: pointer;
    color: #081302 ;
    font-family: 'Times New Roman', Times, serif;
    font-size: 15px;
    font-weight: 800;
    padding: 12px 20px;
    margin: 10px;
    text-decoration: none;


    
}
#btn2 {
    text-transform: uppercase;
    background: beige;
    border-radius: 30px;

    border: 1px solid #cbcbcb;
    cursor: pointer;
    color: #081302 ;
    font-family: 'Times New Roman', Times, serif;
    font-size: 15px;
    font-weight: 800;
    padding: 12px 20px;
    margin: 10px;
    text-decoration: none;

}


.btn:hover {
    box-shadow: 3px 8px 22px rgba(94,28,68,.15);
    transform: scale(1.1);
    transition: .2s ease-in-out;
}
.content {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;

}

.content .text h1 {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 80px;
    margin-left: 500px;
    line-height: 1.5em;
    letter-spacing: .1em;
    font-size: 40px;
    color: #081302;
}

.content .text p {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .1em;
    margin-top: 40px;
    margin-left: 500px;
    color: #081302;
    font-weight: 800;

 }
 

