html, body {
    margin: 0;
    height: 100%;
}

html {
    background: url("./images/APIbackground.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

body {
    min-height: 100vh;
    margin: 0;
}

#main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.side {
    align-self: flex-start;
    margin-top: 20px;
}

.fullheight {
    min-height: 90vh;
}

img {
    filter: drop-shadow(2px 4px 6px black);
}

hr {
    background:black;
    width: 90%;
}

h4 {
    margin: 10px;
}


.container {
    display: flex;
    flex-direction: column;
    background: white;
    border: 2px red solid;
    padding: 10px;

    max-width: 500px;
    margin: 15px;
    box-shadow: 10px 10px 5px;
    align-items: center;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.container-transparent {
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: 500px;
    margin: 15px;
}

.field {
    display: flex;
    flex-direction: column;

}

.dataInput {
    display: flex;
    flex-direction: row;
}

#jokeBtn {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 20vh;
    justify-items: center;
}

#ralfPilt {
    object-fit: fill;
    width: 100vh;
    height: 100vh;
}

a:link, a:visited {
    color: white;
    background-color: transparent;
    text-decoration: none;
}


a:hover {
    color: red;
    background-color: transparent;
    text-decoration: underline;
}
