@charset "utf-8";

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: lightgreen;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    }
    
    form {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    width: 400px;
    }
    
    h2 {
    text-align: center;
    color: #4CAF50;
    margin-bottom: 20px;
    }
    
    label {
    display: block;
    margin: 15px 0 5px;
    font-weight: bold;
    color: #555;
    }
    
    input, select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 6px;
    }
    
    button {
    background-color: #4CAF50;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    display: inline-block;
    }
    
    button:hover {
    background-color: #45a049;
    }

    .ganbaro img{
        width: 100%;
        /* height: 100px; */
    }

    .modoru img{
        width: 15%;
    }