body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 0;
    letter-spacing: 3px;
    font-size: 12px;
    text-size-adjust: none;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
}
html {
    text-size-adjust: none;
    -webkit-text-size-adjust: 100%; 
}
.bodyindex {
    background-image: url("webpage2.png");
}
.bodypages {
    background-image: url("sky.png");
}
.welcome {
    z-index: 5;
    position: fixed;
    bottom: 20%;
    left: 50%;
    letter-spacing: 8px;
    color: white;

    transform: translate(-50%);
}
.oncl {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainwindow {
    background-color: #c0c0c0;
    padding: 1px;
    border-width:1px;
    border-color:#FFFFFF #808080 #808080 #FFFFFF;
    border-style:solid;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
.panel {
    position: relative;
    top: 0px;
    margin: 0px;
    background-image: linear-gradient(to right, #000080, #0f80cf);
    height: 20px;
    cursor: grab;
    padding-left: 5px;
}
.panel p {
    margin: 2px 0px 0px 0px;
    font-size: 12px;
    float: left;
    text-align: center;
    color: white;
}
.panel button {
  margin:2px 2px 2px 0;
  float:right;
  width:16px;
  height:16px;
  background:#C0C0C0;
  border-width:1px;
  border-color:#FFFFFF #808080 #808080;
  display: none;
}
.mainarea {
    padding: 20px 40px 10px 30px;
    color: black;
    height: 75%;
}
.mainarea div {
    display: flex;
}
.icon, .content {
    flex: 0 1;
    align-items:start;
    margin-right: 20px;
}

.phones {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: black;
    display: none;
    width: 100vw;
    height: 100vh;
    color: white;
    align-items: center;
    justify-content: center;
    z-index: 6;
}
.buttons {
    display: flex;
    height: 100vh;
    width: 100vw;
}
.button {
    flex: 1;
}
#music .mainwindow {
    display: none;
}
#info .mainwindow {
    display: none;
}
#fd .mainwindow {
    display: none;
}

@media (max-height: 599px) {
    .window {
        transform: scale(0.8);
    }
}



.bodypages {
    display: flex;
    align-items: center;
    justify-content: center;
}