.container {
    background-color: #000000a2;
    width: fit-content;
    height: 30px;
    padding: 10%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    }

#buttext {
    color: white;
    font-size: 80px;
    opacity: 1;
    user-select: none;
    font-family: Arial, Helvetica, sans-serif;
}

