/* Styles.css */

@import url('./FrederickatheGreat-Regular.ttf?family=Fredericka+the+Great&display=swap');

*{
    padding: 0;
    margin: 0;
    border: 0;
    font-family: 'Fredericka the Great', cursive;
}

body {
  background-image: linear-gradient(to right, rgba(255,255,255, 0.8) 0 100%), url("images/gnomes.png");
  background-color: #cccccc;
  background-position: center; 
  background-size: cover;
}
/* -----------------------------------------------*/
.text-default-logo {
    position: fixed;
    text-align: left;
    color: #cccccc;
    font-weight: 150%;
    font-size: 250%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 0%;
    padding-bottom: 1%;
    background-color: #fda996;
    background-color: green;
    width: 100vw;
    height: 65px;
    z-index: 99;
}

/* ============================================== */
.text-top {
    color: white;
    color: black;
    font-weight: 550;
    font-size: 150%;
    padding-left: 10%;
    padding-right: 50%;
    padding-top: 10%;
    padding-bottom: 0%;
    text-align: left;
    text-shadow: 3px 3px 3px #fda996;
}
.text-big {
    text-align: left;
    color: white;
    font-size: 300%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 2%;
    padding-bottom: 0%;
}
/* ============================================= */

