body{
    font-family: monospace;
}

.project_page{
    margin: 0 auto;
    max-width: 800px;
}
.project_page h2{
    text-align: center;
    color: #eb2859;
    
}
.imgs{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.project_page p{
    font-size: 15px;
}
.project_page center{font-size: 16px;}
.manual{
    font-size: 20px;
    color:#2893eb;
}
.project_page li{
    font-size: 14px;
}
.useful_links{
    font-size: 20px;
    color: #eb2859;
}

.save_button{
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00ff7b;
    width: 200px;
    height: 50px;
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
    font-size: 25px;
}

.save_button:hover{
background-color: #00c35e;
}

.warning{
    color: #ff0000;
    font-size: 20px;
}

.instruction_photo{
    max-width: 100%;
}