html, body {
    margin: 0;
    height: 100%;
}

body {
    background-color: #2d2d2d;
    color: #af74ea;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}

#home_button {
    margin-top: 14px;
}

#home_button_text {
    padding-left: 4px;
    padding-right: 4px;
}

#container_with_shadow {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 0px 20px 20px 20px;
}

/* @media (max-width: 730px) and (max-height: 666px) { */
@media (max-width: 730px) or (max-height: 666px) {
    #resizing_image {
        width: 70%;
        height: 70%;
    }
}

/* @media (min-width: 731px) and (min-height: 667px) { */
@media (min-width: 731px) and (min-height: 667px) {
    #resizing_image {
        width: 512px;
        height: 512px;
    }
}
