@import url(common.css);

.resource-box {
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    row-gap: 5vh;
    height: 80vh;
    margin-top: 5vh;
    margin-bottom: 5vh;
}

.resource-box h2 {
    text-align: center;
}

.resource-box > div {
    width: 30%;
}

.resource-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
