/* Place your CSS styles in this file */
body {
    background: linear-gradient(to right, #8598ba, #f1ffff);
    border: 0.05cm solid rgb(62, 85, 105);
    border-radius: 10px;
}

h1 {

    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
    color: rgb(50, 80, 155)
    
}

p {
    font-family: 'Times New Roman', Times, serif;
    font-size: medium;
    text-decoration: underline;
    color: rgb(71, 83, 138);

}

.p2 {
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: medium;


}

UL {
    list-style-type: none;
    background-color: #314e71;
    border: 0.05cm solid ;
}

li {
    display: inline;
    color: white
}
