body{
    font-family: 'Kalam', cursive;
    margin: 0px;
}
header{
    height: 400px;
}
#main{
    background-image: url('./images/nj.jpg');
    background-size: cover;
    width: 100%;
    height: 600px;
    text-align: center;
}
.visit{
    background-color: #006400;
    color: snow;
    font-weight: bold;
    font-size: large;
    padding: 10px 30px;
    border: 0px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
}
#tagline{
    text-align: center;
}
#attraction{
    height: 35%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 250px;
    margin-bottom: 20px;
}
.att-item{
    flex-grow: 1;
    flex-basis: 0;
}
.dtl{
    padding: 0 16px;
}
.center{
    text-align: center;
}
#info{
    padding-top:5px;
    color:#f72585;
    text-align: center;
}

#footer a{
    color: white;
}
#footer{
    padding-top:5px;
    background-color: black;
    color:peru;
    text-align: center;
}
.attraction-img{
    width: 200px;
    height:200px;
    border-radius: 50%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    border: 2px solid blue;
}
