@font-face {
    font-family: 'TT';
    src: url('../fonts/TT-Drugs-Trial-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TT';
    src: url('../fonts/TT-Drugs-Trial-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

body {
    background-color: #5B7744;
}

.fulllogo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    margin-top: 7%;
}

button {
    background-color: #5B7744;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    border-radius: 0px;
    border-color: white;
    border: 1px solid white;
    cursor: pointer;
    font-family: TT !important;
    font-weight: normal;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

button:hover {
    background-color: white;
    color: #5B7744;
    border: 1px solid #5B7744;
}