html *
{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif
}

div {
    text-align: center;
    
}

body {
    /* text-align: center;
    background-color: #2e2e2e;
    position: relative; */
	margin: auto;
	padding:18px;
	max-width: 600px;
	font-size:18px;
	text-align: center;
	background-color:#2e2e2e;
	position: relative;
}

h1 {
    margin-top: 0px;
    margin-bottom: -25px;
    font-size: 60px;
    background: linear-gradient(to right, #ef5350, #f48fb1, #7e57c2, #2196f3, #26c6da, #43a047, #eeff41, #f9a825, #ff5722);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

h2 {
    font-size: 15px;
    color:orange;
    text-align: center;
}

h3 {
    font-size: 20px;
    color:orange;
    text-align: center;
}

p {
    font-size: 20px;
    color: white;
}

#smallHeader {
    font-size: 32px;
    text-align: center;
    background: linear-gradient(to right, #ef5350, #f48fb1, #7e57c2, #2196f3, #26c6da, #43a047, #eeff41, #f9a825, #ff5722);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#footer {
    text-align: center;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
}
