 body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    margin: 0px;
}

.btn {
    background-color: #189094;
    color: white;
    padding: 10px 15px;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    text-decoration: none;
    text-shadow: none;
    display: inline-block;
}

image-cropper {
    background-image: url('../images/img-placeholder.png');
    border: black solid thin;
    background-repeat: no-repeat;
    background-position: center;
    width: 100vw;
    height: 100px;
}