* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header {
    font-family: "Anton", sans-serif;
    text-align: center;
    background-color: #049DBF;

}

body {
    background-color: #025373;
    font-family: "Platypi", sans-serif;
}

#mainhead {
    font-size: 700%;
}

#unhead1 {
    text-align: center;
    font-family: "Lilita one", sans-serif;
    font-size: 400%;
    text-decoration: underline;
}

#link1 {
    font-family: "Lilita one", sans-serif;
}

#link2 {
    font-family: "Lilita one", sans-serif;
}

#link3 {
    font-family: "Lilita one", sans-serif;
}