html {
    height: 100%;
    overflow: hidden;
}

body {
    background: #FCC53F;
    font-family: "Dosis", sans-serif;
    height: calc(100%);
    overflow: auto;
    position: relative;
    text-align: center;
}

#tsparticles {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.cont {
    width: 100%;
    height: auto;
    margin-top: 4rem;
}

h2 {
    color: rgb(255, 255, 255);
    font-size: 150px;
    margin-bottom: 0rem;
}

h3 {
    color: rgb(46, 46, 46);
    font-size: 60px;
    opacity: 100%;
}

p {
    color: rgb(255, 255, 255);
    font-size: 24px;
    margin-top: 0rem;
}

a {
    text-decoration: none;
}

html {
    line-height: 1;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    overflow-y: hidden;
    overflow-x: hidden
}

.App {
    position: relative !important;
    padding-bottom: 0px;
}

.fly-fish {
    z-index: -1;
    line-height: 0px;
    height: 250px;
    position: fixed;
    bottom: 0;
    min-width: 100%;
}