body {
    background-color:color-mix(in srgb, hotpink 70%, whitesmoke 30%);
    font-family: fantasy;
    color:cornflowerblue;
 
}

h1 {
    color: darkslateblue;
    font-family:fantasy;
    text-align: center;
    font-size: 100px;
}

.hyperlink {
    font-size: 50px;
    text-align: right;
}

