body
{
    background-image:url(./Images/mcbackground.jpg);
    background-size: fill;
    background-repeat: no-repeat;
}

.main
{
    display: flex;
    flex-direction: row;
    gap: 25px;
    justify-content: center;
    align-items: center;
}

#start-btn, #stop-btn
{
    margin-top: 250px;
    width: 250px;
    height: 150px;
    border-radius: 1000px;
    font-size: 2em;
    font-weight: bold;
    background-color: yellow;
    color: black;
}

h2
{
    background-color: yellow;
    padding: 5px 10px 5px 10px;
    font-weight: bold;
}

a
{
    display: block;
    font-size:x-large;
    font-weight: bold;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin: 20px 0px 0px 10px;
    color: yellow;
}

a:hover
{
    color: goldenrod;
}