﻿#cookieDisclaimer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #20204b;
    color: #FFFFFF;
    text-align: center;
    border: 1px solid #000;
    z-index: 1000;
}

#cookieContent {
    text-align: center;
    display: inline-block;
    font: normal 18px 'Nanum Myeongjo',serif;
}

#cookiePolicy {
    text-decoration: underline;
}

#cookieButton {
    color: #FFFFFF;
    background-color: #20204b;
    margin-left: 1rem;
    border: none;
    font-size: 16px;
}

    #cookieButton:hover {
        text-decoration: underline;
    }
