:root{
    --Yellow: #ffda54;
    --Green1: #8efc7e;
    --Green2: #4fe67e;
    --Blue1: #4afcb9;
    --Blue2: #42f2db;
}
@font-face {
  font-family: Raleway;
  src: url(Raleway-Regular.ttf);
}

html{
    height: 100%;
    
    background-image: url(../Img/MountainRangeLighter.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

fieldset{
    width: 80%;
    max-width: 800px;
    margin: 200px auto;
    
    background-color: rgba(255, 255, 255, 0.75);
    border: solid 5px #262626;
    text-align: center;
}
#LogoComingSoon{
    width: 80%;
    max-width: 450px;
}

h1, p{
    color: #262626;
    font-size: xx-large;
    font-family: Raleway, Verdana, Geneva, Tahoma, sans-serif;
}