@font-face {
font-family: 'MyCustomFont';
src: url('fonts/DanaLibraryHand-Regular.otf') format('opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MyCustomFont';
src: url('fonts/DanaLibraryHand-Bold.otf') format('opentype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'MyCustomFont';
src: url('fonts/DanaLibraryHand-Italic.otf') format('opentype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'MyCustomFont';
src: url('fonts/DanaLibraryHand-BoldItalic.otf') format('opentype');
font-weight: bold;
font-style: italic;
}
body {
font-family: 'MyCustomFont';
margin-top: 50px;
margin-bottom: 50px;
}
h1 {
margin-left: 50px;
margin-left: 50px;
}
p {
margin-left: 50px;
margin-right: 50px;
}
ul {
margin-left: 50px;
margin-right: 50px;
}
img {
padding-left: 50px;
}

