@import url(https://fonts.googleapis.com/css?family=Montserrat:500);

body {
    /*!*display: flex;*!*/
    /*!*flex-direction: column;*!*/
    /*align-items: center;*/
    /*justify-content: center;*/
    min-height: 100vh;
    /*padding: 0 15px;*/
    background-color: #0a0a0a;
}

.heading {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 2.5px;
    padding: 30px 0;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px #000;
}

.heading span {
    display: block;
}

.laptop {
    box-sizing: border-box;
    width: 900px;
    max-width: 100%;
    height: auto;
    min-height: 200px;
    margin: 0 auto;
    border: 5px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
}
#macji{
    position:relative;
    width:100%;
    text-align:center;
    overflow:hidden;
}
#macji .macji-skin{
    float:left;
    position:relative;
    left:50%;
}
#macji .macji-skin li{
    position:relative;
    right:50%;
    float:left;
    margin:10px;
    padding:0 10px;
    border:solid 1px #000;
    line-height:60px;
}

.live-view {
    width: 100%;
    height: 100%;
}
.foot{
    position: relative;
    z-index: 9;
    clear: both;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    top: 30px;
    padding-top:33px;
    padding-bottom: 10px;
}
.foot p{
    color: white;
}
.foot a{
    color: white;
}
