*{
    margin: 0;
    padding: 0;
}

.container1{
    width: 100%;
    height: 100vh;
    background-image: url("images/esty3.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: table;
}

.container2{
    width: 100%;
    height: 100vh;
    background-image: url("images/esty2.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: table;
}

.container3{
    width: 100%;
    height: 100vh;
    background-image: url("images/esty5.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: table;
}

h1{
    font-size: 5rem;
    color: black;
    font-weight: 600;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

h3{
    font-size: 1rem;
    color:burlywood;
    font-weight: 600;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}