.terrain{
    padding: 0px;
    display: flex;
}

img.terrain{
    height: 58px;
}

img.terrain:hover{
    border: 1px solid yellowgreen;
    height: 56px;
}

.selectPopup{
    display: none;
    position: fixed;
}

.changeTerrainPopup{
   border:1px solid rgb(42, 42, 42);;

}

.cancelButton{
    background-color: #343c3a;
    border: 1px solid rgb(42, 42, 42);
    color: rgb(42, 42, 42);
    font-size: 16px;
    border-top: none;
}