@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body{
    background-color: #1b001d;
    font-family: 'Lato', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    color: #D4F21B;
    text-align: center;
}
strong{
    color:#D4F21B;
}

p,ul,li{
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}
.decimal{
    list-style: decimal;
}

.lower-roman{
    list-style: lower-roman;
}

a{
    color: #D4F21B;
    text-decoration: none;
}
span{
    color: #D4F21B;
}

button{
    font-size: 24px;
    background-color: #ffffff00;
    padding: 10px 40px;
    border-radius: 15px 15px;
}
