@font-face {
    src: url(fonts/Bangers-Regular.ttf);
    font-family: 'Bangers';
}


a { 
    color:white} 

a:visited { text-decoration: none; color:white; }
a:hover { text-decoration: none; color:crimson; }
a:focus { text-decoration: none; color:white; }
a:hover, a:active { text-decoration: none; color:white}

#totalT {
    background-color: crimson;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 16em;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    font-size: 24px;
}

#but {
    text-align: center;
    margin-bottom: 10em;
}

html {
    color: white;
    background-color: crimson;
    text-align: center;
}

.about {
    text-align: center;
    margin-left: 20%;
    margin-right: 20%;
} 

.tipT {
    text-align: center;
    margin-left: 30%;
    margin-right: 30%;
}

container {
    text-align: center;
    height: 100px;
    width: 100px;
    color: white;
    letter-spacing: 1px;
    background-color: crimson;
    font-family: 'Bangers', cursive;
}

#but {
    text-align: center;
    margin-bottom: 5px;
}

h2 {
    font-style: italic;
    font-weight: 600;
    font-size: 70px;
}

h4 {
    text-align: center;
    text-decoration: none; 
    background-color: none;
}

#skull, #rec {
    height: 10%;
    width:10%;
} 

#description {
    font-size: 1px;
    color: crimson;
}

#devilTam {
    font-size: 22px;
}


/* CSS improvement attempt
* {
  margin: 0;
  padding: 0;
}  


@font-face {
    src: url(fonts/Bangers-Regular.ttf);
    font-family: 'Bangers';
}

html {
    color: white;
    background-color: crimson;
    text-align: center;
    letter-spacing: 1px;
    font-family: 'Bangers', cursive;
}

.six {
    background-color: aqua;
    font-style: italic;
    font-weight: 600;
    font-size: 70px;
}

#but {
    background-color: yellow;
}

#devilTam {
    font-size: 22px;
    background-color: chartreuse;
}




a { 
    color:white} 


a:visited { text-decoration: none; color:white; }
a:hover { text-decoration: none; color:crimson; }
a:focus { text-decoration: none; color:white; }
a:hover, a:active { text-decoration: none; color:white}




#skull, #rec {
    height: 10%;
    width:10%;
}


.about {
    text-align: center;
    margin-left: 20%;
    margin-right: 20%;
    font-family: 'Bangers', cursive;
} 

#devilTam {
    font-size: 22px;
    background-color: chartreuse;
}

*/