﻿body {
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    height: 100vh;
}

.button {
    background-color: #0094ff;
    border: none;
    color: white;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    margin: 2px 2px;
    cursor: pointer;
}

.button5 {
    border-radius: 50%;
    padding-bottom:5px;
}

.divcontent {
    height: 100vh;
    margin-bottom: 0px;
    position: relative;
    overflow-x:hidden;
    overflow-y:hidden;
}

.footer {
    position: relative;
    bottom: 0;
}

.Mainfooter-style1 {
    position: relative;
    bottom: 0;
    color: #A3A3C3;
    text-align: center;
}

#footer {
    position: fixed;
    padding: 6px 0px 12px 0px;
    bottom: 0px;
    width: 100%;
    height: 30px;
    background: #00ffff;
    color: #b200ff;
    text-align:center;
}

.btntkt {
    border: 2px solid black;
    background-color: white;
    color: black;
    padding: 6px 4px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
    color: #b200ff;
    width:150px;
    
}

/* Gray */
.default {
    border-color: #e7e7e7;
    color: black;
}

    .default:hover {
        background: #e7e7e7;
    }
#top-paddong {
    position: fixed;
    width: 100%;
    height: 30px;
    }
