:root {
    --primary-color: #908045;
    --secondary-color: #393939;
    --border-color: #787878;
    --backgroundcolor: #111;
    --backgroundcolor-sub: rgba(112, 240, 255, 0.18);
    --text-color: aliceblue;
}

header {
    background-image: url("../img/aircam/img-head-aircam.webp");
}

/*SP*/
@media screen and (max-width: 576px) {
    header {
        background-position: 20% 30%;
    }
    .header-icon{
        width: auto;
        height: 13rem;
    }
}