
body {
    font-family: 'Courier New', Courier, monospace;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    padding-top: 50px;
}


.container {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    flex-direction: column;
    background-color: rgb(151, 221, 247);
    display: flex;
    justify-content: center;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.containerrow {
    display: flex;
    flex-direction: row;
    gap:30px;
    align-items: center;
    align-content: center;
}

img{
    width: 150px;
    height: 180px;
    margin-bottom: 15px;
    padding: 10px;
}

textarea {
    width: 200px;
    height: 150px;
    margin-bottom: 15px;
    padding: 10px;
}

button {
    padding: 10px 20px;
    cursor: pointer;
}