body {
    background-image: url(../images/2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.word {
    width: 500px;
    height: 100px;
    margin: 170px auto 80px;
}

.word h2 {
    display: block;
    width: 500px;
    height: 60px;
    margin: 0 auto 10px;
    font-size: 40px;
    letter-spacing: 6px;
}

.word p {
    display: block;
    width: 423px;
    height: 30px;
    margin: 0 auto;
    font-size: 20px;
    color: #717172;
}

.option {
    width: 850px;
    height: 218px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.option h3 {
    font-size: 30px;
    padding: 50px 60px 20px;
    text-align: center;
}

.option p {
    font-size: 16px;
    text-align: center;
    color: #aaaaaa;
}

.option .inspire {
    width: 250px;
    height: 218px;
    background-color: #fff;
    transform: scale(1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}



.option .making {
    width: 250px;
    height: 218px;
    background-color: #fff;
    transform: scale(1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.option .mine {
    width: 250px;
    height: 218px;
    background-color: #fff;
    transform: scale(1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.option a:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.05s ease-out;
    z-index: 1;
}