@import url("https://use.typekit.net/fwu4yvn.css");

body {
    background-color: #252525;
    color: #ee548c;
}

p {
    font-size: 30px;
    font-family: "zuume", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1 {
    color: #f54e93;
    font-family: "zuume", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 100px;
}

a {
    color: #ffffff;
    text-decoration: none;

}

a:hover {
    font-weight: 700;
    color: #ee548c;
}

ul {
    margin-left: 10px;
    list-style-type: lower-latin;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
}