@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap');
*{
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
h1, h3{
    color: white;
    font-weight: 300;
    font-family: "Noto Sans SC", sans-serif;
}
h1{
        font-size: 35px;
}
h3{
    font-size: 30px;
    color:red;
    text-decoration: underline;
}
body{
    margin: 0;
    text-align: center;
    background-image: url(../img/johnxina1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%
}
header{
    background-image: url(/img/johnxina5.gif);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 200px;
    margin: none;
}
.bing_chill img {
    border-radius: 25px;
    width: 100%;
}
.bing_chill{
    background-color: white;
    width: 100%;
    margin: 10px;
    padding: 10px;
    border-radius: 25px;
}
.bing_wrapper{
    margin: auto;
    text-align: center;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr ;
}