* {
   font-family:'Times New Roman', Times, serif;
   margin: 0;
   padding: 0;
}

.title {
    text-align: center;
    background-image: url(./assets/background.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding-top: 5rem;
    padding-bottom: 5rem;
    height: 20%;
    width: 100%;
    overflow: hidden;
}

body {
    background-color:#1e1c3b;
}

h1 {
    font-size: 8rem;
    color: #cb6ce6;
    display: inline-block;
}

h1+h2 {
    color:#cb6ce6;
    display: inline-block;
    font-size: 8rem;
    margin-left:1rem;
}

h2 {
    color:#e2a9f1;
    font-size:9rem;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #333058;
    height: 2.5rem;
    width: auto;
    font-size: 1.5rem;
}

p {
    color:#e2a9f1;
}

nav > a {
    margin: 3rem;
    color: #cb6ce6;
    text-decoration: none;
}

a {
    color: #cb6ce6;
    text-decoration: none;
}

a:hover {
      color: #e2a9f1;
}

footer {
    display: block;
    background-color: rgba(160, 83, 182, 0.69);
    padding: 15px;
    height: 100%;
    margin-top: 4rem;
    color: #e2a9f1;
}