* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    border: 0;
}

#splash {
    height: 100vh;
    background-image: url(images/Leasefield.jpg);
    background-size: cover;
    background-position: center bottom;

}

.title {
    position: relative;
    top: 100px;
    margin: auto;
    border: 10px double black;
    width: 400px;
    padding: 20px;
    text-align: center;
    background-color: white;
    opacity: 0.75;
    font-family: arial, sans-serif;
}

.title h1 {
    font-size: 28px;
}

.title p {
    font-size: 16px;
}

