@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@300&family=Londrina+Outline&family=Montagu+Slab:opsz@16..144&display=swap');


body{
    background-color: #5519A8;
    margin-bottom: 6em;
}

p{
    color: #F5F03D;
    font-size: 1.5em;
    font-family: 'Montagu Slab', sans-serif;
}

h1{
    font-size: 3.5em;
    font-weight: bold;
    letter-spacing: 0.5em;
    color: #F5F03D;
    font-family: 'Londrina Outline', serif;
}

a:link,
a:visited {
    color: #F5F03D;
    background: none;
}

a:focus,
a:hover,
a:active {
    color: #F5F03D;
    background: none;
}


.btn{
    border: solid, 3em;
    border-radius: 10px;
    border-color: #F5F03D;
    background-color: #5519A8;
    color: #F5F03D;
    padding: 1.5em;
    font-size: 1.5;
    text-align: center;
    align-items: center;
    position: relative;

}



footer {
    background: #F5F03D;
    color: #5519A8;
    padding: 0.4em;
    text-align: left;
    font-size: 2.5em;
    font-family: 'Londrina Outline', serif;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
