html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.follow {
    list-style-type: none;
    margin: 0;
    padding: 5px 0px 0px 0px;
    overflow: hidden;
    background-color: white;
}

.icon {
    display: inline-block;
}

.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
}

.underconstruction {
    /*border: 1px solid black;*/
    margin-top: 50%;
    margin-bottom: 150px;
    margin-right: 50px;
    margin-left: 50px;
    /*background-color: lightblue;*/
    text-align: center;
    font-weight: bold;
}

/*
text-align: center;
font-weight: bold;
position: absolute;
display: block;
height: 100%;
width: 500px;
left: 42%;
top: 50%;
margin-top: -50px;
margin-left: -50px;


*/