html {
    height: 100%;
    width: 100%;
}
body {
    height: 100%;
    width: 100%;
    /*
    background-color: #99ffff;
    */
}

.intro{
    position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 10px #fff0cd;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
    margin-left: 36px;
    margin-right: 36px;
    margin-bottom: 36px;
}
.intro:after{
    position: absolute;
    content: '';
    right: -15px;
    top: -15px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.normalcontainer {
    margin-left: 36px;
    margin-right: 36px;
    margin-bottom: 36px;
    padding: 0.2em 0.5em;
    background: #99ffff;
    box-shadow: 0px 0px 0px 10px #99ffff;
    border: dashed 2px white;
}

.usojanai {
    color: #99ffff;
}

.flexcontainer {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.contactus {
    margin-left: 36px;
    margin-right: 36px;
    margin-bottom: 36px;
}

.aka {
    margin-left: 36px;
    margin-right: 36px;
}

.satday {
    color: #0b34ea;
}
.sunday {
    color: #f12600;
}

.schedule-tab {
    border-collapse: collapse;
}
.schedule-tab  th {
    border: 1px solid black;
    padding: 5px;
}
.schedule-tab  td {
    border: 1px solid black;
    padding: 5px;
}

.schedule-tab thead tr {
    background-color: #88ff88;
}