/*topnav*/
.topnav{
    position: sticky;
    background-color: #072725;
    overflow: auto;
    }
.topnav a {
            float: left;
            color: #05cbbb;
            text-align: center;
            padding: 14px 16px;
            text-decoration: none;
            font-size: 20px;
            font-family: "Pixelify Sans", sans-serif;
            font-optical-sizing: auto;
            font-weight: 400;
            font-style: normal;
        }
        .topnav a:hover{
            background-color: #007e74;
        }
/*body*/
body{
    background-color: #000000;
    margin-top: 10pt;
    margin-left: 150pt;
    margin-right: 150pt;
    color: #05cbbb;
    box-shadow: 0px 0px 10px 3px#74c4be;
    border-radius: 10px;
    font-family: "Pixelify Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.header{
    padding: 40px;
  text-align: center;
  font-size: 40px;
  background-color: #001b19;
  border-radius: 10px;
  font-family: "Jersey 10", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.left{
    display: flex;
    flex-direction: column;
}
.window .title{
    font-size:15pt;
    background-color: hsl(176, 70%, 9%);
    border: 1px solid #007e74;
    width: 300px;
    padding: 5px;
    margin: 20px;
    margin-bottom: 0;
}
.title::before{
    background-image: url(pixil-frame-0.png);
    background-size: 17px 17px;
    width: 17px;
    height: 17px;
    content:"";
    float: left;
    padding-right: 2px;
}
.title::after{
    background-image: url(windowafter.png);
    background-size: 50px 23px;
    width: 50px;
    height: 23px;
    padding-top: 3px;
    content:"";
    float: right;
}
.sub{
    font-style: bold;
    font-size: 17px;
}
.window .content{
    display: inline-block;
    position: relative;
    border: 1px solid #007e74;
    margin: 20px;
    margin-top: 0;
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 150px;
    padding-bottom: 5px;
}

.window .titlesoc{
    font-size:15pt;
    background-color: hsl(176, 70%, 9%);
    border: 1px solid #007e74;
    width: 300px;
    padding: 5px;
    margin: 20px;
    margin-bottom: 0;
}

.titlesoc::after{
    background-image: url(windowafter.png);
    background-size: 50px 23px;
    width: 50px;
    height: 23px;
    padding-top: 3px;
    content:"";
    float: right;
}