body{
    background: linear-gradient(-30deg, #eeff00, #A020F2);
    color: white;
}
.button{
    padding: 20px;
    background: linear-gradient( -30deg, #eeff00 50%, #d9ff00 50%);
    font-size: 15px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    cursor: pointer;
    border-color: black;
    border-radius: 5px;
}
img{
    border-color: black;
    border-radius: 5px;
}
.map{
    border: 0px;
    border-radius: 8px;
    width: 90%;
    height: 40px;
}
