@font-face {
    font-family: "Compagnon-Roman";
    src: url("font/Compagnon-Roman.otf") format("truetype");
}
 @font-face {   
    font-family: "Compagnon-Medium";
    src: url("font/Compagnon-Medium.otf") format("truetype");

}

body{
    width:72vw;
    background-color: #EBEBEB;
    padding-left: 1vw;
    margin: 0;
    font-size:1.5rem ;
}
h1{
    text-transform: uppercase;
    letter-spacing: 1vw;
    text-align: center
}
h1, h2{
    font-family: "Compagnon-Medium";
    font-size: 1.3rem;
    width: fit-content;
      border-top: 1px solid rgb(18, 158, 139);
      border-bottom: 1px solid rgb(18, 158, 139);
}
p, ul li{
  /* font-family: "Compagnon-Roman"; */
  font-family: Georgia, 'Times New Roman', Times, serif;
  list-style: none;
} 
em{
     /* font-family: "Compagnon-Medium"; */
     font-weight: 500;
     
} 
a{
    color: rgb(18, 158, 139);
    text-decoration: none;
}
strong{
     font-family: "Compagnon-Roman";
     
}
input {
    text-decoration: none;
    position: fixed;
    bottom: 5vh;
    margin: 1vw;
    padding: 1;
    right: 0;
    width: auto;
    background:  transparent;
}
  