body {
    font-family: 'Nunito Sans', Helvetica, Arial, Verdana;
    background-color: #9DCBC6;
    background-image:
        linear-gradient(90deg, rgba(255, 255, 255, 0.3) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.3) 1px, transparent 1px);
    background-size: 10px 30px;
    align-content: center;
    height: 100vh;
    margin: 0;
    justify-content: center;
    align-items: center;
}

div.main {
    background-color: #EFE4E0;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    max-width: 750px;
    border-radius: 20px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

hr {
    border: none;
    border-top: 2px solid #9B6D71;
    margin: 20px 0;
}

div.block {
    background-color: #EFE4E0;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    max-width: 750px;
    border-radius: 10px;
    border-color: #9B6D71;
    border-style: dashed;
    border-width: 3px;
    text-align: center;
}

div.block.instructions {
    text-align: left;
}

.icon-container {
    background-color: #CCA8AA;
    border-radius: 10px;
    padding: 15px;
    display: inline-block;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.icon-container:hover {
    transform: scale(1.1);
    background-color: #9DCBC6;
}

.icon {
    width: 60px;
    height: 60px;
    fill: #9B6D71;
}

.menu {
    text-decoration: none;
    display: inline-block;
    margin: 10px;
}

.credit {
    text-align: center;
    margin-top: 20px;
}

.credit h6 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
}

.credit a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.credit a:hover {
    text-decoration: underline;
}
