HTML {
    background-image: url(../img/map2.png);
    background-size: 115vw;
    background-repeat: no-repeat;
}

H1 {
    text-align: center;
        font-size: 9vw;
    margin-top: 0;
    color: rgb(0, 0, 0);

    font-family: "veneer", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.box{
    width: 16vw;
    height: 9vw;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    background-color: white;
    position: fixed;
    top: 10vw;
    left: 1vw;
}

.text{
    font-size: 3vw;
    position: fixed;
    top: 11vw;
    left: 7vw;

    font-family: Arial, Helvetica, sans-serif;
}

.checkbox {
    position: fixed;
    top: 11vw;
    left: 3vw;
    font-size: 2vw;

    font-family: "typeka", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.checkbox input[type="checkbox"] {
    transform: scale(2);
}

.onedollar {
    position: fixed;
    top: 14.8vw;
    left: 13.3vw;
    width: 3.8vw;
    height: 4.3vw;
}

.twodollar {
    position: fixed;
    top: 12.4vw;
    left: 13vw;
    width: 3.8vw;
    height: 4.3vw;
}

.threedollar {
    position: fixed;
    top: 10vw;
    left: 13vw;
    width: 3.8vw;
    height: 4.3vw;
}

.onedollar1 {
    position: absolute;
    width: 3.8vw;
    height: 4.3vw;
    top: 30vw;
    left: 34vw;    
}

.onedollar1:hover {
transform: translateY(-2.5px); 
}

.onedollar2 {
    position: absolute;
    width: 3.8vw;
    height: 4.3vw;
    top: 25vw;
    left: 38vw;    
}

.onedollar2:hover {
transform: translateY(-2.5px); 
}

.twodollar1 {
    position: absolute;
    width: 3.8vw;
    height: 4.3vw;
    top: 15vw;
    left: 38vw;    
}

.twodollar1:hover {
transform: translateY(-2.5px); 
}

.twodollar2 {
    position: absolute;
    width: 3.8vw;
    height: 4.3vw;
    top: 18vw;
    left: 41vw;    
}

.twodollar2:hover {
transform: translateY(-2.5px); 
}

.threedollar1 {
    position: absolute;
    width: 3.8vw;
    height: 4.3vw;
    top: 20vw;
    left: 38vw;    
}

.threedollar1:hover {
transform: translateY(-2.5px); 
}

.threedollar2 {
    position: absolute;
    width: 3.8vw;
    height: 4.3vw;
    top: 26vw;
    left: 41vw;    
}

.threedollar2:hover {
transform: translateY(-2.5px); 
}
