@charset "utf-8";

h1{
    color: #F90;
    text-align: center;
}
.serchBox{
    text-align: center;
}
.textbox{
    text-align: center;	
}
p{
	margin-bottom: 8px;
}
.list li{
	margin-bottom: 24px;
}
.background{
	background-image: url("../拝啓.gif");
	background-repeat: no-repeat;
	background-size:cover;
	min-height:100vh;
	background-position: center center;
	background-attachment: fixed;
}
.navbar{
	background-color: aqua;
	background-image: url("../太陽.gif");
	background-repeat: no-repeat;
}
.navbar-brand{
	margin-left: 70px;
	background-image: url("../雲.gif");
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center center;
}
