*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'poppins', sans-serif;
}
.hero{
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.8),rgb(0, 0, 0, 0.8)), url(images/Background.jpg);
    background-size: cover;
    background-position: center;
    padding: 10px 10%;
    color: #fff;
}
.hero h3{
    margin-top: 15%;
    font-weight: 400;
    font-size: 30px;
    font-family: 'Times New Roman', Times, serif;
}
.hero h1{
    margin-top: 30px;
    font-size: 50px;
    font-family: 'Times New Roman', Times, serif;
}
.hero p{
    margin: 10px 0 50px;
}
form{
    background: #fff;
    display: flex;
    width: fit-content;
}
form input{
    border: 0;
    outline: none;
    padding: 10px 20px;
    height: 70px;
    width: 400px;
    font-size: 16px;
    font-family: 'Times New Roman', Times, serif;
}
form button{
    background: #61b752;
    border: none;
    outline: none;
    height: 70px;
    width: 100px;
    cursor: pointer;
}
span{
    color: #61b752;
    margin-top: 10px;
    display: block;
}
nav button{
    position: absolute;
    border: 0;
    outline: none;
    margin-top: 25px;
    margin-left: 15px;
    height: 35px;
    width: 200px;
    font-size: 16px;
    font-family: 'Times New Roman', Times, serif;
    background: #61b752;
}
#focus{
    position: absolute;
    width: 280px;
    height: 280px;
    z-index: 1;
    background: url(images/Background.jpg);
}