.custom_head img {
    width: 128px;
    height: 128px;
    border-radius: 50px;
    margin: 14px;
}
body{
	    font-family: "Montserrat", sans-serif;
    /* background: url(../images/sun_bg.jpeg), #000; */
    background: url(../images/background.jpg), #000;
    color: #fff;
    background-size: contain;
    /* background-repeat: no-repeat; */
    background-repeat: repeat;
    background-position: center;
}
.custom_head h3{
       font-weight: 300;
    font-size: 25px;
    letter-spacing: 3px;

}
.custom_head p{
       font-weight: 300;
    font-size: 15px;
        padding-top: 5px;

    letter-spacing: 3px;
}
.custom_head h1{
    font-size: 21px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
} 
.custom_body h6{
	 font-size: 22px;
    font-family: "Montserrat", sans-serif;
    padding-top: 120px;
        font-weight: 600;
}
.custom_card {
	padding: 0px;

}
.custom_body p {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    padding-top: 7px;
}

div#circumstances_content {
    display: none;
}
div#content {
    position: relative;
    top: 6rem;
}
.settings-header{
	text-align: center;
}
.but_tn{
	background-color: #fff;
	border:none;
	border-radius:  5px;
	color: #000;
	
	 font-size: 12px;
	outline: none;
	width: 100%
	padding:5px;
font-weight: 700
}
.custom_body{
      position: relative;
    top: 8rem;
}