body{
    background-color: rgb(169, 196, 255);
    text-align: center;
}

h1{
    background-color: whitesmoke;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: cadetblue;
}

p{
    font-size: 40px;
}

a{
    font-size: 50px;
    color: rgb(9, 63, 63);

}

#druga{
    font-size: 40px;
}

.split {
    color: brown;
    background-color: burlywood;
}