
@font-face{font-family:"bourtonbasedrop";src:url('font/Bourton-BaseDrop1664.ttf') format('truetype');font-weight:normal;font-style:normal}
body{
    background-color: #004b99;
    color:white;
    font-family: bourtonbasedrop, Montserrat, sans-serif;
}

#r18{
    display: grid;
    align-items: center;
    justify-content: center;
        position: absolute;
    inset: 0;
    padding: 3rem;
    margin: 0;
    div.intro{
        text-align: center;
    }
    h1{
        font-size: 3rem;
        text-transform: uppercase;
        font-weight: 700;
    }
    
   
}

#lch{
        position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    font-size: 1.5rem;
    padding: .5rem 1.4rem;
    background: #C81D1A;
    cursor: pointer;
    text-decoration: none;
    color: white;
}
button{
        border: 1px solid white;
        width: 200px;
        font-family: bourtonbasedrop, Montserrat, sans-serif;
        font-weight: 400;
        background: transparent;
        color: white;
        padding: 1rem;
        margin: .5rem;        font-size: 1.1rem;
        line-height: 1.2;
        cursor: pointer;
        transition: all .2s ease-out;
    }
button:hover{
        background: white;
        color:#004b99 ;
    }