h1 {
    color: white;
    margin-left: 35%;
}
body {
    background-color: aqua;
}
.cloud1 {
    margin-left: 3%;
    margin-top: 90px;
}
.cloud2 {
    margin-left: 35%;
    margin-top: 90px;
}
.cloud3 {
    margin-left: 24%;
    margin-top: 90px;
}
.cloud4 {
    margin-left: 45%;
    margin-top: 90px;
}
.cloud5 {
    margin-left: 3%;
    margin-top: 90px;
}
.cloud6 {
    margin-left: 45%;
    margin-top: 90px;
}
.descripsion {
    margin-left: 35%;
}
.youtube {
    color: red;
    margin-left: 55%;
}
.kumo {
    color: red;
    margin-left: 54%;
}
/* --- ここから reCAPTCHA の盾を出すための追加コード --- */

.grecaptcha-badge {
    right: 0px !important;              /* 画面の外から引っ張り出す */
    bottom: 14px !important;            /* 下の位置を調整 */
    display: block !important;          /* 確実に見えるようにする */
    transition: right 0.3s ease !important;
}

/* マウスを乗せたら少し内側へ */
.grecaptcha-badge:hover {
    right: 10px !important;
}

/* 恥ずかしいお話セクションの見た目もちょっとだけ整えるわね */
section {
    margin: 20px;
    padding: 20px;
    border: 2px dashed #ffb6c1;
    border-radius: 15px;
    background-color: #fffafa;
}
