.mystyle {
    text-align: center;
    font-size: 24px;
    color: white;
    background-color: #191919;
}

#one {
    height: 512px;
    width: auto;
    object-fit: contain;
}

#langButton {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: transparent;
    border: 2px solid white;
    color: white;
    font-size: 18px;
    padding: 5px 10px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

#langButton:hover {
    background-color: white;
    color: black;
}

button#randomButton {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 20px;
    cursor: pointer;
    background-color: #444;
    color: white;
    border: none;
    transition: background-color 0.3s, color 0.3s;
}

button#randomButton:hover {
    background-color: white;
    color: black;
}

.bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}
