html {
    font-size: 12px;
    background-color: #fff;
}

img {
    border-style: none;
}
h1 {
    color: #EF52D1;
    margin: 2.5rem 0 0;
}

body {
    background-color: #fff;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 1rem;
    line-height: 1;
    margin: 0;
}

a {
    text-decoration: none;
    color: #40A1F3;
    font-size: 1.3rem;
}

.about {
    display: flex;
    margin: 4rem auto 0;
    max-width: 60rem;
    position: relative;
}

.description {
    display: block;
    margin: 0 0 0 2em;
    color: #9E72FF;
}

.description p{
    font-size: 2rem;
    font-style: bold;
    margin-top: 0;
}

.container {
    display: flex;
    position: absolute;
    top:0;
    left:0;
}

.not-found {
    max-width: 22rem;
    margin: 10rem auto;
    display: block;
    text-align: center;
}
