
html {
    box-sizing: border-box;
   
    color: #BC71B2;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
	    border: 40px solid transparent;
    border-radius: 30px;

    padding: 20px;
    margin: 20px 0;
    border-image: url(./images/border.png) 300;
    text-align: center;
    text-align: center;
    background-color:#1a0d1f;
 
}

body {
    max-width: 100%;
    padding: 20px;
    margin: 0;

}

nav {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

nav a {
    margin: 0 10px;
    color: #BC71B2;
    text-decoration: none;
}

header {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
	    border: 40px solid transparent;
    border-radius: 30px;
    border-color: #BC71B2;
    padding: 20px;
    margin: 20px 0;
    border-image: url(./images/border.png) 300;
    text-align: center;

}

h1 {
    font-size: 42px;
    font-weight: lighter;
}

h2, h3 {
    color: #BC71B2;
    text-align: center;
	font-weight: lighter;
}

h4, h5 {
    color: #BC71B2;
    text-align: center;
	font-weight: lighter;
}

.gallery {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
}

.slider {
    width: 100%;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slides img {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 20px;
    display: none;
}

.slides img:first-child {
    display: block;
}

@media (max-width: 768px) {
    .slides img {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .slides img {
        max-width: 90%;
    }
}

footer {
    margin-top: 20px;
}

CHOICES {
	display: inline-flex;
		    border: 40px solid transparent;
    border-radius: 30px;
    border-color: #BC71B2;
    padding: 20px;
    margin: 20px 0;
    border-image: url(./images/border.png) 300;
	
}
