html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding:0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight:normal
}

.main-image {
    width: 100%;
    display: block;
    position: relative;
    margin-top: 20vh;
}

.dock_bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 5vh 5vw;
    z-index: 100;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}

.dock_bar li{
    list-style-type: none;
}

.dock_bar_button {
    background: rgb(145, 145, 145);
    border: none;
    padding: 5px 24px;
    font-size: 16px;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    cursor: pointer;
}

#pigeonGif {
    width: 100%;
    height: auto;
    display: block;
}

#pigeonCanvas {
    width: 100%;
    height: auto;
    display: block;
    cursor: default;
}