body, html {
    height: 100%;
    margin: 0;
}

.bgimg {
    background-image: url(logo/s2.png);
    height: 120%;
    background-position: center;
    background-size: cover;
    position: relative;
    color: white;
    font-family: monospace;
    font-size: 18px;
}

.topleft {
    position: absolute;
    top: 30px;
    left: 50px;
}
.topright {
    position: absolute;
    top: 30px;
    right: 50px;
	color:#204387;
}
.bottomleft {
    position: absolute;
    bottom: 0;
    left: 16px;
}

.middle {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
	color:#f0f4fd;
	background-color:#20438796;
	padding-left: 2rem;
	padding-right: 2rem;
}

hr {
    margin: auto;
    width: 40%;
}