*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth; 
}

@font-face {
    font-family: GoblinOne-Regular;
    src: url(../fonts/GoblinOne-Regular.ttf);
}
@font-face {
    font-family: LibreBaskerville-Bold;
    src: url(../fonts/libre-baskerville/LibreBaskerville-Bold.ttf);
}

body{
    background-color: #D9D9D9;
}

.logo {
    text-align: left;
    color: #EDF6F9;
    font-weight: bold;
    position: absolute;
    left: 0;
    font-size: 1.9rem;
    top: 0;
}

.figma {
    color: #6048ad;
    padding: 5px;
    font-family: LibreBaskerville-Bold;
}
.figma:hover {
    color: #B9E4D8;
}

h1 {
    font-size: 1.728rem;
    text-align: center;
    background-color: #E2DFAA;
    color: white;
}

nav {
    text-align: right;
    background-color: #B9E4D8;
    padding: 18px;
}

nav a {
    text-decoration: none;
    color:#6048ad;
    font-family: GoblinOne-Regular;
    font-size: 13px;
    padding: 6px;
    display: inline-block;
}
nav a:hover {
    color: #6048ad;
    text-shadow: 2px 2px 5px #000000;
}
h1 {
    color: #6048ad;
    text-align: center;
    font-family: GoblinOne-Regular;
    font-size: 25px;
}

figure {
    display: flex;
    flex-direction: column;
    align-items: center;
}

nav {
    text-align: center;
}

h2 {
    text-align: center;
    font-size: 17px;
    font-weight: 100;
    background-color: #F1E1E7;
    color: #6048ad;

}

h3 {
    text-align: center;
    font-weight: 100;
    background-color: #F1E1E7;
    color: #6048ad;
}

.box {
    color: #F1E1E7;
    text-align: center;
    font-size: small;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}

