@font-face {
    font-family: 'XI20'; /*a name to be used later*/
    src: url('XI20.ttf'); /*URL to font*/
}

p {
    font-family: 'XI20';
    font-size: 21px;
}

.gradient {
position: fixed;
left: 41%;
border: 6px solid saddlebrown;
border-radius: 4px;
padding: 10px;
background: linear-gradient(180deg,rgba(133, 59, 40, 1) 0%, rgba(232, 177, 58, 1) 50%, rgba(255, 242, 125, 1) 100%);
}

.main {
    padding: 10px;
    width: 300px;
    background-color: antiquewhite;
}