html {
    background-image: url(lol.png);
    margin: 0%;
}
body{
    margin: 0%;
    width: 100%;
    overflow: hidden;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

*{
    overflow: hidden;
}
.title{
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    letter-spacing: 1.5rem;
    font-size: 300%;
    max-height: 100px;
    margin-left: 5rem;
    text-shadow: 0px 0px 16px rgba(255, 253, 252, 0.459);
}

.header{
    position: relative;
    width: 100%;
    height: 9rem;
    margin-top: 1rem;
    background-color: rgba(70, 69, 69, 0.24);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.download-container{
    height: 70%;
    width: 12rem;
    background-color: rgba(14, 15, 15, 0.699);
    display: flex;
    flex-direction: column;
    margin-right: 5rem;
    justify-content: space-around;
    align-items: center;
    border-radius: 1rem;
}

.download{
    width: 80%;
    height: 40%;
    border-radius: 2rem;
    background-color: rgba(0, 0, 0, 0.26);
    outline: none;
    color: rgb(194, 193, 193);
    font-weight: bolder;
    letter-spacing: 0.3rem;
    text-shadow: 0px 0px 5px rgba(255, 253, 252, 0.459);
}

.download-text{
    color: rgba(216, 216, 216, 0.781);
    font-weight: normal;
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    text-shadow: 0px 0px 10px rgb(121, 114, 114);
}

.app{
    position: absolute;
}

.app-outline{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 320px;
    width: 420px;
    background-color: rgba(31, 31, 31, 0.788);
    box-shadow: 0px 0px 40px rgba(233, 234, 236, 0.788);
}

.right-column{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47%;
    height: 74%;
    margin-top: 1%;
    margin-right:1% ;
    right: 0;
    border-radius: 10%;
    background-color: rgba(0, 0, 0, 0.267);
}

.left-column{
    padding: 0%;
    box-sizing: border-box;
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 49%;
    height: 74%;
    margin-top: 1%;
    margin-left:1% ;
    left: 0;
    border-radius: 8%;
    background-color: rgba(0, 0, 0, 0.267);
    color: aliceblue;
    overflow-y: scroll;
    overflow-x:hidden;
    border: 0.5rem solid rgba(0, 0, 0, 0.11);
}

.top-header{
    width: 100%;
    height: 2.5rem;
    background-color: rgba(157, 183, 209, 0.11);
    font-size: 2rem;
    padding:1rem;
    padding-left: 5%;
    padding: auto;
    text-justify: distribute;
}

.keys{
    padding: 0.3rem;
    background-color: rgba(0, 0, 0, 0.61);
    border: 0.1rem solid rgba(226, 215, 215, 0.377);
    border-radius: 0.5rem;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: lighter;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
    color: rgba(177, 239, 241, 0.808);
}

li{
    margin-bottom: 0.8rem;    
}

.content{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: lighter;
}

.created-by{
    position: absolute;
    left: 20%;
    bottom: 0;
    color: aliceblue;
    font-weight: 100;
    font-family:monospace;
    text-shadow: 0 0 0.2rem rgb(255, 255, 255);
    font-size: 1rem;
}