*
{
    margin: 0px;
    color: white;
    font-family: Helvetica;
    font-size: 40px;
}
body
{
    background-color: #3f7fff;
    margin-bottom: 200px;
    width: 1500px;
    margin-left: auto;
    margin-right: auto;
}
#homeheader
{
    text-align: center;
    font-size: 100px;
    margin-top: 0;
}
p
{
    margin-top: 30px;
}
.nomar
{
    margin-top: 0px;
}
h1
{
    font-size: 70px;
}
h2
{
    font-size: 50px;
}
.mappreview
{
    width: 400px;
    float: right;
    object-fit: contain;
}
iframe
{
    width: 700px;
    height: 400px;
    border: 10px #000 solid;
    padding: 20px;
    margin-top: 40px;
}
.trackimg
{
    width: 600px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 10px #000 solid;
}
input[type=number]
{
    width: 2em;
    background: none;
    border-width: 5px;
    border-color: white;
    border-style: solid;
    margin: 5px;
    -moz-appearance: textfield;
    appearance: textfield;
    border-radius: 10px;
}
input::-webkit-inner-spin-button, input::-webkit-outer-spin-button
{
    -webkit-appearance: none;
}
input[type=button]
{
    padding: 10px;
    background-color: #fff;
    border: none;
    color: #37f;
    font-weight: bold;
    border-radius: 20px;
    cursor: pointer;
}
.audioplayercontrols
{
    background-color: #000a;
    width: fit-content;
    padding: 20px;
    border-radius: 40px;
    position: relative;
}
.audioicon
{
    height: 2em;
    float: left;
    width: 2.5em;
    margin-top: -0.25em;
}
@media (max-width: 1550px)
{
    *
    {
        font-size: 30px;
    }
    body
    {
        margin-bottom: 150px;
        width: 1100px;
    }
    #homeheader
    {
        font-size: 80px;
    }
    h1
    {
        font-size: 60px;
    }
    h2
    {
        font-size: 40px;
    }
    .mappreview
    {
        width: 350px;
    }
}
@media (max-width: 1200px)
{
    *
    {
        font-size: 20px;
    }
    body
    {
        width: 700px;
    }
    #homeheader
    {
        font-size: 50px;
    }
    h1
    {
        font-size: 45px;
    }
    h2
    {
        font-size: 30px;
    }
    .mappreview
    {
        width: 250px;
    }
    iframe
    {
        width: 100%;
    }
}
.deprecated
{
    color: red;
}
#rebecca {
    background-color: rebeccapurple; /*o7*/
}