h1 {
    color: fuchsia;
}

h2 {
    color: fuchsia;
    border-radius: 25px;
    border: 2px solid;
    padding: 15px;
    width: 110px;
    height: 20px;
}

a {
    color: salmon;
}

h4 {
    color: crimson;
    background-color: darkgray;
    width: 200px
}

h1 {
    border-radius: 25px;
    border: 2px solid;
    padding: 20px;
    width: 1257px;
    height: px;
}

h1 {
    background-color: darkturquoise;
}

h2 {
    background-color: darkturquoise;
}

    {
    font-family: times;
}


h5 {
    background-color: firebrick;
    width: 130px;
    color: white;
}

body {
    background: aliceblue;

}