html {
	font-family: "Dino";
	font-size: medium;
    background-color: rgba(0, 0, 0, 0.7);
    background-image: url(furretBG.jpg);
    background-blend-mode: darken;
    background-size: 100%;
    text-align: center;
    color: #af9463;
}


a:link {
  color: #5d4319;
}

@font-face {
	font-family: "Dino";
	src: url('Dino Care.ttf');
}


furrets {
    padding: 15px;
    position: absolute;
    display: block;
    background-color: #fdedce;
    border: double;
    border-width: thick;
    width: 25vw;
    height: 8vh;
    top: 1vh;
    left: 36.5vw
}
furret {
    padding: 15px;
    display: block;
    background-color: #fdedce;
    border: double;
    border-width: thick;
    width: 25%;
    height: 75vh;
    position: fixed;
    left: 36.5%;
    top: 15%;
    overflow-Y: scroll;
}
furr {
    padding: 15px;
    float: right;
    display: block;
    background-color: #fdedce;
    border: double;
    border-width: thick;
    width: 10vw;
    height: 55vh;
    position: fixed;
    left: 65.5%;
    top: 35%
}
fur {
    padding: 15px;
    float: left;
    display: block;
    background-color: #fdedce;
    border: double;
    border-width: thick;
    width: 10vw;
    height: 55vh;
    position: fixed;
    left: 22.5%;
    top: 15%
}

body {
	height: 100vh;
	padding: 1vh;
	margin: auto;
	display: flex;
    overflow: hidden;
}

.graphic2 {
    width: auto;
    height: auto;
    transform: scale(20vw 20vw);
    display: block;
    height: 100vh;
    position: absolute;
}

.graphic1 {
    width: 2vw;
    height: auto;
    display: block;
    position: fixed;
    top: 5vh;
    
}

imgcont {
    width: auto;
    height: auto;
    display: block;
    position: fixed;
    overflow: hidden;
    top: 37%;
    left: 66.5%;
    transform: scale(20vw 20vw);
}