body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    background-color: black;
    font-family: space-mono, monospace;
    color: white;
}

#imagedrag {
    background-color: black;
    width: calc(198px*4);
    height: calc(141px*4);
    border-top-left-radius: 500px;
    border-bottom-left-radius: 500px;
    box-sizing: border-box;
    border: 2px solid rgb(232, 206, 36);
}

.text-container {
    text-align: left;
    width: 100%;
}


p {
    padding-bottom: 100px;
}