body {
    padding: 0px;
    margin: 0px;
}

/* Styles for the specific image with the 'nice-border' class */
.nice-border {
    width: 70vw; /* You can adjust this to your preferred width */
    height: auto;
    border: 5px solid rgb(116, 88, 192); /* A nice light purple border */
    border-radius: 15px; /* Rounded corners */
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3); /* Adds a shadow for a nicer effect */
    transition: all 0.1 ease;
}

header, img {
    display: block;
    position: relative;
    margin: 0 auto;
    text-align: center;
}