
@import url('https://fonts.googleapis.com/css2?family=AR+One+Sans:wght@400..700&display=swap');

body {

    background: #F3E7BF;
    margin-bottom: 10em;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 0em 1em;
}

h1 {
    font-family: "AR One Sans", sans-serif;
    font-style: normal;
    font-size: 3em;
    font-weight: bolder;
    letter-spacing: 0.5em;
    line-height: 2em;
    position: center;
}

p {
    font-family: "AR One Sans", sans-serif;
}

footer{
    font-family: "AR One Sans", sans-serif;
    position: fixed;
    bottom: 0; 

}

.textstyle {
    text-transform: lowercase;
    color: #232B4E;
}