 h1 {

    text-align: center;

    font-family: "Source Sans Pro", sans-serif;

    font-weight: normal;

}

body{

    text-align:center;

    background-color:#1f1d2b;

    color:lightgrey;

    background-image: url("../../../img/dsttr.jpg");

    background-repeat: no-repeat;

    background-attachment: fixed;  

    background-size: 100% 100%;



}
p{
	font-size: 25px;
}
a {
    font-size: 50px;
    color: lightgray;
	text-decoration: none;
	border-style: solid;
	border-radius: 20px;
	padding: 10px;
	border-color: black;
	background-color: black;
}
a:hover {
	color: black;
	border-color: white;
	background-color: white;
}
h {
	font-size: 10em
}
.backhome{
	width: 20em;
}

.box {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	column-gap: 10px;
	grid-row-gap: 50px;
}
.logo{
	border-radius: 100px;
	width: 10em;
}

@media (min-width: 1024px) {
	.h1b{
		font-size: 100px
	}
	.h3b{
		font-size: 50px;
	}
	.pb{
		font-size: 30px
	}
	
}

