.gorditas-regular {
    font-family: "Gorditas", serif;
    font-weight: 400;
    font-style: normal;
  }
.gorditas-bold {
    font-family: "Gorditas", serif;
    font-weight: 700;
    font-style: normal;
  }


  .outfit {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  }

.love-ya-like-a-sister-regular {
    font-family: "Love Ya Like A Sister", cursive;
    font-weight: 400;
    font-style: normal;
  }
  
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family:'Gorditas', serif;
    background-size: cover;
}

/*#8c8c8c*/

h1{
    color: black;
    font-family: 'Gorditas';
    letter-spacing: 4%;
    height: 100px;
    display: flex;
    justify-content: center;
    font-size: 2.5rem;
    margin-top: 100px;
}

h2{
    font-family: "Love Ya Like A Sister";
    font-size: 1.0rem;
    position: fixed;
    bottom: 0;
    right: 0;
    margin-right: 10px;
    font-weight: lighter;
}

.bug{
    height: 40px;
    position: fixed;
    bottom: 0;
    right: 280px;
}

.alarmClock{
    height: 130px;
    width: 500px;
    position: fixed;
    bottom: 100px;
    right: 225px;
}

.glasses{
    position: absolute;
    top: 3px;
    left: 50%;
    transform: translateX(-50%);
    width:"300px";
    height: 120px;
}

.window{
    height: 290px;
}

.player{
    height: 50px;
    margin-left: 190px;
}

.playerSlider{
    position: absolute;
    -webkit-appearance: none;
    background: #c9c7c9;
    border-radius: 4px;
    height: 8px;
    width: 200px;
    left: 390px;
    transform: translateY(8px);
}

.playerButton{
    font-family: "Outfit", sans-serif;
    font-size: 12pt;
    height: 30px;
    width: 175px;
    z-index: 1;
}

.playerButton:hover{
    background-color: #facde7;
    color: white;
}

.audioDiv{
    float: left;
}

.startButton {
    font-family: "Outfit", sans-serif;
    font-size: 12pt;
    height: 30px;
    width: 100px;
    transform: translateY(-352px);
}

.startButton:hover{
    background-color: #facde7;
    color: white;
}
.timerDiv{
    float: right;
    transform: translateY(10px);
    margin-right: 350px;
}

.drawing{
    position: relative;
    left: 150px;
    transform: translateY(-375px);
    width: 500px;
}

.focusTitle{
    font-family: "Love Ya Like A Sister";
    font-size: 19px;
    font-weight: 500;
    position: relative;
    top: 21px;
    left: 2px;
    transform: translateY(30px);
}

.breakTitle{
    font-family: "Love Ya Like A Sister";
    font-size: 19px;
    font-weight: 500;
    position: relative;
    top: 0px;
    left: 152px;
    transform: translateY(27px);
}

.focusInput{
    font-family: "Outfit";
    font-size: 20px;
    width: 150px;
    height: 30px;
    transform: translateY(-350px);
}

.breakInput{
    font-family: "Outfit";
    font-size: 20px;
    width: 150px;
    height: 30px;
    transform: translateY(-350px);
}
