@font-face {
  font-family: 'Quicksand';
  src: url('/css/fonts/Quicksand-VariableFont_wght.ttf');
}

header#main {
    width: 100%; 
    text-align: center;
}

.logo {
    width: 15rem;
}

main#display {
    display: flex; 
    flex-wrap: wrap; 
    align-items: center; 
    justify-content: center; 
    gap: 3rem;
}

section.panel {
    text-align: center;
}

.image-panel {
    border-radius: 50%; 
    height: 10rem; 
    width: 10rem;
}

.image-panel-2 {
    height: 10rem;
    width: 10rem;
    transform: scale(2);
}

.image-panel-container {
    overflow: hidden; 
    border-radius: 50%; 
    height: 10rem; 
    width: 10rem;
}

h2 {
    color: rgb(0, 82, 69);
    font-size: 24px;
    font-weight: 800;
}

.button {
    background-color: rgb(0, 82, 69);
    color: white;
    text-decoration: none;
    padding: 7px;
    border-radius: 5px;
}