@font-face {
    font-family: 'cwTeXKai';
    src: url(' https://fonts.googleapis.com/earlyaccess/cwtexkai.css' ) format('truetype');
    font-weight: normal;
    font-style: normal;
}

.banner {
    width: 100%;
    height: 500px; /* Adjust the height as needed */
    background-image: url("https://xuanchencomputerrepair.neocities.org/DSC04036.JPG"); /* Update the path to your image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}

.banner-text {
    margin-top: 0 auto;
    max-width: 650px; 
    padding-top: 175px;
    padding-left:775px;
    
  }

.banner-text h1 { 
    box-shadow: 0 10px 20px rgba(0.3, 0.3, 0.3, 0.3);
    color:#fff;
    line-height: 100px; 
    font-size: 70px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family :'serif';
    text-align: center;
    border: groove 5px white;
    padding-top: 8px;
    padding-bottom:8px;
}





