body {
    background-color: #222222;
    min-height: 100%;
    height: 100%;
}

h1 {
    color: white;
    font-family: verdana;
}

p {
    color: white;
    font-family: verdana;
}

.nav {
    color: white;
    text-align: center;
}

.nav-btn {
    height: 100px;
    width: 100%;
    background-color: #000000;
    color: white;
    font-size: 175%;
    font-family: verdana;
    border-radius: 0px;
}

.nav-btn:hover {
    color: #ffffff;
    background-color: #444444;
}

.logo {
    width: 100px;
}

.logo:hover {
    background-color: #444444;
}

.page {
    width: 100%;
}

.seamless {
    border: none;
}

.vertical-line{
    border-right: thick solid #ff0000;
}
