@font-face {
  font-family: 'arachnologyheavytitling';
  src: url(fonts/ArachnologyHeavyTitling.otf) format("opentype");
}

@font-face {
  font-family: 'arachnologystandard';
  src: url(fonts/ArachnologyStandard.otf) format("opentype");
}

body {
    background-image:  url(landingpagepatternbg.png);
    background-size: 18%;
    background-color: #DA68A0;
    overflow: hidden;
}
.text {
    color: #da68a0;
    background-color: #FDF5F9;
    margin:10px -10px 10px 10px;
    padding: 10px;

}
.text:hover{
    color: #fdf5f9;
    background-color: #da68a0;
}
h1 {
    color: #da68a0;
    background-color: #FDF5F9;
    margin:10px -10px 10px 10px;
    padding: 10px;
    font-size: 40px;
    font-family: arachnologyheavytitling;
}
h2{
        font-family: arachnologystandard;
    font-size: 20px;
    content: 88px;
}

#sidebar {
    position: absolute;
    left:5;
}

#clouds {
    position: fixed;
    background-image: url(landingpagecloud.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    width: 100%;
    height: 100%;
    right:0;
    bottom:0;
}

a {
    text-decoration: none
}

