body{
    background-color: rgb(86, 254, 254);
}

h1{
    font-family: 'segoe UI', Tahoma, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(37, 0, 244);
    text-align: center;
    background-color: rgb(241, 8, 8);
}


p{
    font-family:  Cambria, Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: medium;
    color: rgb(161, 75, 241);
    text-align: center;
}
#link{
    width: 50px;
}