@font-face {
font-family: windows;
src: url(https://dl.dropbox.com/s/cn0l1yjacta4whv/W95FA.otf);
}

* {
    margin: 0;
    border: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: windows;
}

body {
    height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

a {
    text-decoration: none;
    color: black;
}

.topcontainer {
    width: 350px;
    height: 40px;
    border: 1px solid #ababab;
    border-radius: 15px 15px 0 0;
    background-color: #f6fcff;
    box-shadow: inset 10px 0px 6px -10px #CFCFCF, inset -10px 0px 6px -10px #CFCFCF, inset 0px 10px 6px -10px #FFF, inset 0px -10px 6px -10px #CFCFCF;
}

.middlecontainer {
    width: 350px;
    height: 29px;
    text-align: center;
    padding: 5px;
    border-left: 1px solid #ababab;
    border-right: 1px solid #ababab;
    box-shadow: inset 10px 0px 6px -10px #CFCFCF, inset -10px 0px 6px -10px #CFCFCF, inset 0px 10px 6px -10px #FFF, inset 0px -10px 6px -10px #CFCFCF;
}

.maincontainer {
    width: 350px;
    border-top: 1px solid #ababab;
    border-left: 1px solid #ababab;
    border-right: 1px solid #ababab;
    display: flex;
    padding: 10px;
}

.left {
    flex: 1;
}

.right {
    flex: 2;
}

img {
    width: 100px;
    border: 1px solid #ababab;
    border-radius: 0 5px 5px 5px;
}

.links {
    border: 1px solid #ababab;
    border-radius: 5px;
    background-color: #e3e3e3;
    width: 100px;
    text-align: center;
    margin: 5px 0;
}

.good, .last {
    font-size: 12px;
}

.scroll {
    height: 168px;
    overflow-y: scroll;
}

.scroll1 {
    font-size: 15px;
    border: 1px solid #ababab;
    border-radius: 0 5px 5px 5px;
    padding: 5px;
    color: #727272;
    line-height: 1;
    margin-bottom: 10px;
    overflow-y: scroll;
    height: 55px;
}

::-webkit-scrollbar {
    display: none;
}

mark {
    color: #009dff;
    background-color: transparent;
}

.footcontainer {
    width: 350px;
    height: 30px;
    border: 1px solid #ababab;
    border-radius: 0 0 15px 15px;
    background-color: #f6fcff;
    box-shadow: inset 10px 0px 6px -10px #CFCFCF, inset -10px 0px 6px -10px #CFCFCF, inset 0px 10px 6px -10px #FFF, inset 0px -10px 6px -10px #CFCFCF;
}

.minorcontainer {
    width: 70px;
    height: 40px;
    border-left: 1px solid #ababab;
    border-right: 1px solid #ababab;
    background-color: #f6fcff;
    box-shadow: inset 10px 0px 6px -10px #CFCFCF, inset -10px 0px 6px -10px #CFCFCF, inset 0px 10px 6px -10px #FFF, inset 0px -10px 6px -10px #CFCFCF;
}

.supportcontainer {
    width: 250px;
    height: 20px;
    border: 1px solid #ababab;
    border-radius: 20px 20px 0 0;
    background-color: #f6fcff;
    box-shadow: inset 10px 0px 6px -10px #CFCFCF, inset -10px 0px 6px -10px #CFCFCF, inset 0px 10px 6px -10px #FFF, inset 0px -10px 6px -10px #CFCFCF;
}