body{
    margin: 0;
    padding: 0;
}
.image {
	background-image: url(./travel-02.jpg);
	height: 250px;
    background-size: cover;
    background-attachment: fixed;
}

.header {
	padding-top: 80px;
	color: #fff;
    font-weight: bold;
	font-size: 60px;
    font-family: cursive;

	text-align: center;
}
.ins-carousel{
    height: 450px;
    width: 350px;
}
.Ins-content{
    margin-top: 30px;
}
.ins-uc{
    padding-top: 60px;
    text-align: center;
    font-size: 65px;
    letter-spacing: .01rem;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;

}
a{
    text-decoration: none;
    color: white;
}
span{
    font-style: italic;
    font-size: 2rem;

}