html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}

a, a:link {
    color: black;
}

.btn, .btn:link {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    background:#035ba9;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    border: 0;
    width: auto;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 7px;
    box-shadow: 0px 10px 30px 0px #0b1a2936;
}
.btn:hover {
    background: #0081f3;
}

.portret {
    background: #ececec url(logo-vironex.svg) no-repeat center center;
    display: inline-block;
    width: 100%;
    height: 100px;
    line-height: 100px;
    background-size: 230px;
    border-bottom: solid 5px #025ba6;
    margin: 0 0 20px;
    padding: 0;
}

.name {
    font-size: 130%;
}