﻿html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Helvetica', 'Calibri', 'Trebuchet MS', sans-serif;
    background-image: url("/images/img-background-seattle-1.jpg");
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: inherit;
}

.background-img {
    position: absolute;
    top: 0;
    height: 100vh;
}

.header {
    position: relative;
    margin: 0px auto;
    width: 56%;
    padding: 10px 7px;
    border-radius: 8px;
    text-align: center;
    background-color: rgb(255, 200, 60);
    color: #fff;
}

    .header a:link {
        text-decoration: none !important;
    }

    .header .header-logo {
        width: 21px;
    }

    .header .header-title {
        font-size: 25px;
    }

.info {
    position: relative;
    width: 50%;
    margin: 15px auto;
    padding: 15px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, .3);
}

.servers-list {
    width: 100%;
    margin: 10px 0px 25px 0px;
    text-align: center;
}

.sub-heading {
    font-size: 18px;
}

.servers-list .server {
    width: 100%;
    margin-top: 15px;
    display: inline-block;
}

.servers-list .img-sm {
    width: 30%;
}

.servers-list .line-qr {
    width: 100%;
}
