* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	
}
body{
	font-family: "Caslon"

}

@font-face {
	font-family: "Caslon";
	src: url(Libre_Caslon_Text/LibreCaslonText-Regular.ttf);
	
}
.thx{
    border:rgba(255, 127, 80, 0.479) 4px solid;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 150px;
    height: 50vh;
    width: auto;
    color: saddlebrown;
  
}
    