@font-face {
    font-family: 'RM Typerighter old';
    src: url('RM-Typerighter-old.woff2') format('woff2'),
        url('RM-Typerighter-old.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: 'RM Typerighter old';
    font-weight: normal;
    font-style: normal;
	font-size: 16px;
}
h1 { 
	font-size: 6.5rem;
}
.homeh1 {
	margin: 0;
  padding: 0;
  line-height: 0.6;
	  transform: rotate(+1deg);
}
.homepage {
	font-size: 4.5rem;
}
.aboutpage {
	font-size: 3rem;
	line-height:0.7;
	  transform: rotate(+1deg);
}
.tilt3 {

	font-size: 4.5rem;
}
.tilt3a {
	font-size: 5.8rem;
}
a {
	color: #9b0101;
	text-decoration: none;
}
.foot, .tilt3, .tilt3a, .home {

	line-height: 0.6;	
	  
}
.home {
  font-size: 2.8rem;
  padding: 0;
 	  transform: rotate(-1deg);
	 position: relative;
}
.foot {
  font-size: 2rem;
  padding: 0;
 	  transform: rotate(-1deg);
	 position: relative;
}
.footlogo {
position: absolute;
  right: -10px;
  top: 46px;
  width: 110px;
}