.mailtel {
    color: white !important;
}

h1 {
    font-weight: bold;
    font-family:'Courier New';
    color: white;
    font-size: 72px;
}

h4 {
    font-family:'Courier New';
    color: white;
}

p {
    font-family:'Courier New';
    color: white;
    font-size: 36px;
}

ul {
    font-family:'Courier New';
    color: white;
    font-size: 28px;
    font-weight: bold;
}

body {
    background-color:black;
    padding: 20px;
}

img {
    width: 100%;
  }



/*
html, body {
    height: 100%;
    background-color:black;
}
div {
    width: 100%;
    height: 100%;
    background: black;
}
*/
