@import url('https://fonts.googleapis.com/css2?family=Oi&family=Ultra&display=swap');

body {
    background-color: #0e27a38f;
    color: #000000;
    font-family: "Momo Trust Display", sans-serif;
    text-align: center;

    background-image: url("images/euro.jpg");
    background-size: cover;

}

p {
    font-size: 90px;
}

h1 {
    color: #000000
}

a {
    color: #4f0f0f
}

a {
    font-size: 90px;
}

a:hover {
    color: #980b0b
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding:0px
}