@charset "UTF-8";

html, body {

    margin: 0;
    padding: 0;
    text-align: center;

}

h1, h2, p, a {
    margin: 0;
    padding: 0;
}

body {
    background-color: white;
    font-family: Helvetica, Arial, sans-serif;
}

header{
    background-color: #AAB300;
}

.tmcc {
    background-color: #AAB300;
    max-width: 70px;
    padding: 5px;
    margin: 0px;
}

ul {
    list-style-type: none;
    margin: 0px;
    padding: 20px;
    background-color: #333333;
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: space-evenly;
}

ul a {
    color: white;
    font-size: 30px;
    word-spacing: 20px;
    text-decoration: none;
}

.body {
    position: relative;
    text-align:center;
}

.bodycopy {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);

}
.backgroundimg {
    width: 100%;
    height: auto;
}
/*
.bodycopy {
    width: 50%;
    margin-top: 5%;
    margin-left: 25%;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;   
}
    */

/* 
.background {
    background-image: url("/images/pexels-pixabay-267885.jpg");
    background-position: center;
    background-size: cover;
    height: 100%;
}
*/


h1 {
    font-size: 1500%;
    margin-left: 2%;
    
}


/*
 H1
 text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  */


.button {
    background-color: #AAB300;
    padding: 15px;
    border-radius: 10%;
    margin: 60px;
    color: white;
    text-decoration: none;
    font-size: 20px;
    justify-content: center;
}

.button:hover {
    background-color: #333333;
    color: white;
}



.footer {
    position: fixed;
    bottom: 0;
    margin: 0;
    padding: 20px;
    width: 100%;
    background-color: #333333;
    color: white;
    text-align: center;
    justify-content: center;
}