@import url('https://use.typekit.net/rmm3kol.css');

* {
    background: #F7F8D3;
    color: #ff4088;
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
}

a {
    text-decoration: none;
    font-size: 18;
    transition: color 0.2s ease;
}

a:hover {
    color: #e51f70;
}

h1 {
    padding: 10;
}

body {
    min-height: 100dvh;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.center {
    margin: auto;
}

svg {
    vertical-align: middle;
}

footer {
    font-weight: 200;
    font-size: 10px;
    padding: 5px 0;
}
