*{
    margin: 0;
    padding: 0;
}

html{
    scroll-behavior: smooth;
}

/*header*/
header{
    height: 100vh;
    background-image: url(/Website/HealthImg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

header a {
    text-decoration: none;
}

/*h1 h5 h3 h4 h5 h6 p br*/
h1{
    font-size: 2em;
    font-weight: 600;
}
    
h5{
    font-size: 1.6em;
    font-weight: 500;
}
    
h3{
    font-size: 1.4em;
    font-weight: 400;
}
    
h4{
    font-size: 1.2;
    margin-left: 5px;
    font-weight: 300;
}

h5{
    font-size: 1em;
}
    
p{
    font-size: .9em;
    margin: 10px 0 10px 0;
    font-weight: 100;
}
    
br{
    margin: 10px 0 0 0;
}

/*Main Content*/
main{
    margin: 10px 20px;
}

/*InfoBox*/
.infobox{
    margin: 10px 0;
    border-radius: 10px;
    padding: 10px 5px;
}

/*ul li*/
li{
    list-style-type: none;
    margin-left: 10px;
}