@font-face {
    font-family: "Clear Sans";
    src: url("fonts/ClearSans-Regular.woff") format("woff");
}
@font-face {
    font-family: "Clear Sans";
    src: url("fonts/ClearSans-Bold.woff") format("woff");
    font-weight: bold;
}

body {
    background: #ffffff;
    color: #ff00de;
    font-family: "Clear Sans", sans-serif;
    font-weight: normal;
    font-size: 14pt;
    text-align: center;
    margin: 0 auto;
    padding: 2em 2ch;
    max-width: 64ch;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    white-space: nowrap;
}

img {
    border: 10px #ff00de solid;
    border-radius: 50%;
    max-width: 256px;
}

h1 {
    font-size: 24pt;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 1ch;
    padding-bottom: 0.25ch;
    background: #ff00de;
    color: #fff200;
}

h1::after {
    content: ".dev";
}

p {
    font-weight: 700;
    margin-top: 0.5ch;
    margin-bottom: 0;
}

a {
    color: #ff00de;
    text-decoration: none;
    border-bottom: 2px #fff200 solid;
}

a::after {
    content: " 🔗";
}

.email::after {
    content: " 📧";
}
