* {
    text-align: center;
    font-family: "Bitter", serif;
    color: #000009;
    margin: 0;
    padding: 0;
}

html, body{
    height: 100%;
}
  

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fefeff;
}

h1 {
    font-weight: normal;
    font-size: 6vw;
    padding-bottom: 2vw;
}

p {
    color: black;
    font-size: 3vw;
    padding: 1vw;
    color: #000013;
}

a {
    text-decoration: underline;
    text-decoration-color: #7851a9;
    transition: all 0.2s ease-in-out;
}

a:hover {
    color: #301934;
    text-decoration-color: #bf00ff;
}

a:active {
    color: #bf00ff;
    text-decoration-color: #fae6fa;
}