.middle {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.middle1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;

}

body, html {
    height: 100%;
    margin: 0;
}

.bgimg {
    background-image: url("../media/backgroundphoto.jpg");
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    color: white;
    font-family: "Courier New", Courier, monospace;
    font-size: 25px;
}

.bottomleft {
    position: absolute;
    bottom: 0;
    left: 16px;
}
hr {
    margin: auto;
    width: 40%;
}
.btn.green:not(.btn-outline):hover:focus{
    border-color: #93C021;
    background: #93C021;
    color: white;
}


