body{
    background-color: #f5f5f5;
}
h1 {
    font-family: 'Roboto', sans-serif;
    font-size:150px;
    color: #F93E03;
    text-align: center;
     margin-top: 15%;
    margin-bottom: 0px;
    letter-spacing: normal;
    font-weight: 900;
    
}
div {
background-color: #F93E03;
width: 100%;
display: block;
margin-bottom: 0px;
left: 0;
bottom: 0;
position: fixed; 
}
h2 {
    color: #f5f5f5;
    font-family: 'Overpass Mono', monospace;
    font-size:16px;
    margin-left: 5%;
    margin-right: 5%;
}
p {
  font-family: 'Overpass Mono', monospace;
  font-size:16px;
  color: #525252;
  text-align: left;
    margin-top: 1px;
  max-width: 500px;
    display: block;
    margin-left: 40%;
    margin-right: auto;
   
    
}

a:link {
    color: #0173FF; 
    background-color: transparent; 
    text-decoration: none;
}

a:visited {
    color: #0173FF;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: #F93E03;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: yellow;
    background-color: transparent;
    text-decoration: underline;
}