@charset "utf-8";

body{
    margin: 0;
    background:#ffa;
    min-height: 100vh;
    display: flex;
    flex-flow: column;
}
main {
    flex: 1;
}

a{
    color:#333;
}

a:hover{
    color:#666;
}

h1{
    background:#fff9;
    padding:10px 20px;
    margin-bottom:20px;
    margin-top: 20px;
    border:solid 1px #fc6;
}

h1 a{
    color:#000;
    text-decoration:none;
}

div.wrapper{
    width:calc(100% - 40px);
    max-width:600px;
    min-width:320px;
    margin:auto;
}

.toppage {
    width: 100%;
}

img.icon {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-right:20px;
}

div.container {
    padding:20px;
    margin-bottom:20px;
    background:#fff9;
    border:solid 1px #fc6;
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    min-height: 40px;
    line-height: 40px;
    background-color: #ffffff;
}

.text-muted {
    color: #6c757d !important;
}
.ml {
    margin-left: 5px;
}