
body{
    background-color: red;
    background: -moz-linear-gradient(red, green);
    background: -webkit-linear-gradient(rgb(233, 13, 13), rgb(3, 18, 224));
    

    font-size: 26px;
}
hr{
    height: 3px;
    margin: 3px 3px;
    background-color: rgb(4, 7, 238);
    
}
.one{
    border-radius: 9%;
    font-style: italic;
    background-color: blue;
    background: -moz-linear-gradient(red, green);
    background: -webkit-linear-gradient(rgb(209, 204, 204), rgb(176, 233, 21));
    
}
.two{
    background-color: blue;
    background: -moz-linear-gradient(red, green);
    background: -webkit-linear-gradient(rgb(69, 10, 233), rgb(11, 214, 4));
    border-color: chartreuse;
    border-radius: 19%;
}
h1, h2{
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 300;
    font-size: xx-large;
    text-decoration-line: underline;
    font-weight: bolder;
    color:coral
    
}
img{
    justify-content: center;
    width: 20%;
    height:auto;
    margin-left: 25%;
    margin-right: 75%;
    scroll-snap-align:start;
}
section{
    margin-left: 15%;
    margin-right: 30%;
    
}
