#aniBull {
    display: block;
    position: relative;
    width: 100vw;
    height: 80vh;
}

#buttonStart {
    position: absolute;
    top: 5%;
    right: 10%;
    transform: translate(-50%, -50%);
    background-color: #FFC632;
    color: #1D1F22;
    border: none;
    padding: 10px 40px;
}

