body {
    padding: 0px;
    margin: 0px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.button {
    width: 40vw;
    height: 20vh;
    position: fixed;
    top: 40vh;
    left: 30vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

label {
    font-weight: bold;
    font-size: 5vh;
    text-align: center;
}

button {
    width: 20vw;
    height: 10vh;
    font-size: 5vh;
}

.picDisplay {
    display: none;
    height: 100vh;
    width: 100vw;
    align-items: center;
    justify-content: center;
}

.credit p {
    margin-right: 25px;
}

.credit {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}