@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
* {
margin: 0;
padding: 0;
}
html {
  height: 100%;
}
body{
    background-image: linear-gradient(180deg,#fbff05,#FF9F1C);
    background-repeat: repeat-x;
    font-family: Lato,Helvetica,Arial,sans-serif;
    min-height: 100%;
}

.background-color-layer {
    background-size: cover;
    opacity: .05;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    box-shadow: inset 0 -40px 60px 10px #fbff05;
}

.content{
    width: 80%;
    top: 40vh;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

h1.name{
    font-size: 65px;
    margin-bottom: 30px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Oswald,Helvetica,Arial,sans-serif;
    font-weight: 400;
    line-height: 1.1;
    color: white;
}

.tel-svg{
   filter: invert(100%);
   width: 70px;
   margin-top: 50px;
   margin-bottom: 20px;
}

@media only screen and (max-width: 900px) {
 .content{
    width: 90%;
    top: 20vh;
  }
}