h1 {
    text-align: center;
    font-family: Impact;
    color:chocolate;
    font-size: 50px;
}
h2 {
    text-align: center;
    font-family: Impact;
    color: chocolate;
    font-size: 50px;
}
body {
    background-color:black;
    text-align: center;
}
number {
    text-align: center;
}
#typeScore {
    height:50px;
    width:100px;
    
    background-color: yellow;
    text-align: center;
    color:blue;
        border-radius: 300px;

}
p {
    color:white;
}
#submit {
    font-family: fantasy;
    background-color: aqua;
    height:50px;
    width:100px;
    border-radius: 300px;
}
#average {
    font-family: impact;
    background-color: aqua;
    height:50px;
    width:100px;
    border-radius: 300px;

}
#high {
    font-family: impact;
    background-color: aqua;
    height:50px;
    width:100px;
    border-radius: 300px;

}
#low {
    font-family: impact;
    background-color: aqua;
    height:50px;
    width:100px;
    border-radius: 300px;

}
img {
    border-radius: 300px;
}