@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&display=swap');
body {
    background: #ffffff;
    color: #ff00de;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    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: 32pt;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 1ch;
    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: " 📧";
}
