@import url('https://fonts.googleapis.com/css2?family=Poetsen+One&display=swap');

body {
    color: white;
    background-color: black;
    font-family: "Poetsen One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.centered {
    margin: auto;
    width: 50%;
    padding: 10px;
    text-align: center;
}

.info-text {
    color: white;
}

.shrimp-row {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    width: 100%;
    margin-top: 2rem;
}

.shrimp-row img {
    height: 256px;
}

button, input {
    font-family: "Poetsen One", sans-serif;
    font-weight: 400;
    font-style: normal;
    border-radius: 10px;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}