#contact {
    display: none;
    position: fixed;
    top: 30%;
    left: 80%;
    width: 250px; 
    transform: translate(-50%, -50%);
    z-index: 10
}
#travels {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10
};

#terminal {
    display: none;
    position: fixed;
    /*width: 550px; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10
};



