p {
        font-family: "Chirp";
        font-size: 20px;
        text-align: center;
}

h2 {
    font-family: "Chirp";
    color: black;
    font-size: 35px;
    text-align: center;
}

body {
    background-color: rgb(196, 238, 252);
}

h1 {
    font-family: "Chirp";
    font-size: 25px;
    text-align: center;
}

.SV {
    width: 1000px;
    height: 200x;
    border: 4px solid #000000;
}

p#final {
    font-size: 13px;
    margin-bottom: 60px;
}

hr {
    width: 80%;
    height: 5px;
    background-color: blue;
}