@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600&display=swap');

html,
body {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 18pt;
}

body {
    background-color: #e5e5f7;
    opacity: 0.8;
    background-image: radial-gradient(#444cf7 0.5px, #e5e5f7 0.5px);
    background-size: 10px 10px;
}

.center {
    text-align: center;
}

.center img {
    margin: 0 auto;
}

.right {
    text-align: right;
}

.page-wrapper {
    max-width: 70rem;
    margin: 0 auto;
}

/* HEADER */
h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

#DP {
    border-radius: 25px;
    max-width: 200px;
}