<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.background {/*隕ｪdiv*/
    position: relative;/*逶ｸ蟇ｾ驟咲ｽｮ*/
    }
  
   p {
    position: absolute;/*邨ｶ蟇ｾ驟咲ｽｮ*/
    color: white;/*譁�ｭ励�逋ｽ縺ｫ*/
    font-weight: bold; /*螟ｪ蟄励↓*/
    font-size: 3em;/*繧ｵ繧､繧ｺ2蛟�*/
    font-family :Quicksand, sans-serif;/*Google Font*/
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
    }
  
   img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }</pre></body></html>