@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap" rel="stylesheet');

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

html{
    font-size: 10px;
    font-family: Montserrat, sans-serif;
    shad
}
hr {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#header .title h1 {
    font-size: 4rem;
    font-weight: 500;
    color: rgb(0, 0, 0);
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 2rem;
    font-size: 50px;
}
#header .title h6 {
    font-size: 4rem;
    font-weight: 300;
    color: rgb(0, 0, 0);
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 1rem; 
}
#header .title span {
    color: crimson;
}
#header .home {
    position: fixed;
    bottom: 20px;
    right: 30px;
    margin: 10px;
    border: 3px solid crimson;
    border-radius: 50%;
    background-color: crimson;
    width: 70px;
    height: 70px;

}
#header .home img{
    align-items: baseline;
}

h1.strikearound {
    position: relative;
    font-size: 30px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
h1.strikearound:before, h1.strikearound:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: grey;
}
h1.strikearound:before {
    margin-left: -50%;
    text-align: right;
}
.myCopy {
    display: block;
    height: 10px;
    border-bottom: solid 1px #000;
    text-align: center;
}

.myCopy span {
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
}
[type="checkbox"]
{
    vertical-align:middle;
}


