﻿html, body {
    width: auto !important;
    overflow-x: hidden !important
}

body {
    height: 100%;
    background-color: whitesmoke;
    font-family: 'Comfortaa', cursive;
}

#tracking {
    background-color: white;
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    height: 40%;
    z-index: 99;
    opacity: 0.85;
    text-align: center;
}
#logo {
    width: 36rem;
    height: 18rem;
}
.button {
    background-color: transparent;
    border: 2px solid #7CBC5B;
    color: #7CBC5B;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
    font-size: large;
}