.modal-like {
    background-color: orange;
    padding: 1%;
}

body  {
    background-color: orange;
    background-image: url("/static/stylesheets/fishnets-and-hearts.png");
 }

.container img {
    width:100%;
    height:100%;
    object-fit:cover;
}
 
.welcome {
    font-family: 'Segoe UI', 'Tahoma', 'Geneva', 'Verdana', 'sans-serif';
    font-size: 2rem;
    color: black;
    opacity: 0.85;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-center {
    font-family: "Nunito", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}
