html {
    background-color: #ffffff;
    cursor: auto;
    /*background-image: repeating-linear-gradient(rgba(0, 0, 0, 0) 10%, #212529 20%);*/
}

#logo {
    z-index: 3;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 80px;
    width: 150px;
    cursor: auto;
}

#top {
    text-shadow:
		-1px -1px 0 #212529,
		1px -1px 0 #212529,
		-1px 1px 0 #212529,
		1px 1px 0 #212529;
    font-stretch: ultra-expanded;
    text-decoration: #ffffff;
    text-align: center;
    font-family: 'Segoe UI';
    font-weight: 1000;
    font-size: xx-large;
    z-index: 1;
    position: fixed;
    top: 0px;
    left: 0px;
    margin: 0;
    border: 3px solid #212529;
    color: #f5f5f5;
    padding: 10px;
    width: 100%;
    height: 80px;
    background-color: #212529;
}

#blank {
    z-index: 6;
    width: 102%;
    height: 40px;
    border: 0px solid #ffffff;
    background-color: #ffffff;
    position: relative;
    top: 60px;
    left: -10px;
    right: -10px;
}

html {
    overflow-x: hidden; /* Hide horizontal scrollbar */
}

#hovercar {
    z-index: 0;
    position: relative;
    left: 20px;
    width: 600px;
    height: auto;
    border: 2px solid #212529;
}

#text {
    z-index: 7;
    border: 2px solid #212529;
    position: fixed;
    left: 640px;
    top: 123px;
    margin: 5px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    right: 10px;
    font-family: 'Segoe UI';
    font-weight: bold;
    color: #212529;
}

button {
    position: fixed;
    top: 81%;
    left: 45%;
    background-color: #6d7379;
    color: #ffffff;
    text-align: center;
    align-self: center;
    border-radius: 50px;
    border: 2px solid #212529;
    width: 150px;
    height: 35px;
    opacity: 50;
    cursor: pointer;
}