﻿.iconstyle {
    background-color: green;
    margin: 0px 80px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
}

.iconfont {
    font-size: 50px;
    margin-top: 12px;
    color: #FFF;
}

.topbar {
    border-bottom: solid 1px lightgrey;
}

body {
    background-color: antiquewhite;
}
