html {
    background: #303030;
    font-family: sans-serif;

    min-height: 100%;
}

body {
    margin: 0;
    min-height: 100vh;
    background: #303030;
    color: #ffffff;
}

.navbar {
    background-color: #1a1a1a;
}

article {
    background-color: #111111;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px;
}

figure {
    margin: 0;
    text-align: center;
}

figure img {
    height: 250px;
    border-radius: 20px;
}

figcaption {
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}

p {
    margin: 0;
    font-size: 24px;
}

.resource-card {
    background-color: #111111;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
}

.resource-card h3 {
    margin-bottom: 15px;
}

.resource-card h4 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.resource-card a {
    color: #64b5f6;
}

.sidebar-profile {
    background-color: #111111;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.sidebar-profile img {
    height: 250px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.sidebar-profile h2 {
    margin-bottom: 10px;
}

.sidebar-profile h4 {
    margin-bottom: 15px;
}

.sidebar-profile p {
    font-size: 16px;
}
