.App { height: auto; text-align: center; background: black; } a { text-decoration: none; color: white; } span { color: #dbc9c9; margin-left: 5px; } a:hover { color: lawngreen; text-decoration: none; } button { color: white; background: none; font-weight: 70; text-decoration: none; outline: none; border: 2px solid; border-radius: 1px; transition: 0.2s; } button:hover { background: rgba(255,255,255,.2); } button:active { background: white; } input { background: rgba(26, 26, 26, 0.82); color: white; } .App-logo { margin: 6px; height: 100px; } .Header { position: fixed; top: 0px; width: 100%; display: flex; justify-content: space-between; background: #000000; -webkit-box-shadow: 0.2em 0.2em 5px rgba(122, 122, 122, 0.37); box-shadow: 0.2em 0.2em 5px rgba(122, 122, 122, 0.376); h2 { color: white; margin-top: 30px; } h2:hover { color: lawngreen; } } main { background-image: url("background.jpg"); background-repeat: no-repeat; background-attachment:fixed; background-position: 200px 0px; overflow: auto; margin-top: 112px; width: 99%; min-height: 840px; display: flex; flex-direction: row; } .Aside { min-height: 1000px; top: 114px; position: fixed; width: 430px; background-color: red; } .Content { margin-left: 440px; margin-bottom: 120px; } .Avatar { img { min-height: 60px; min-width: 60px; max-height: 60px; max-width: 60px; border-radius: 30px; } } .Spoiler { cursor: pointer; } .SpoilerContent { cursor: pointer; background: dodgerblue; } footer { width: 100%; height: 100px; background-color: #303030; position: fixed; bottom: 0px; .Player { margin-top: 30px; button { margin: 5px; } .currentTime { width: 30%; } } } .LoginButtons { display: flex; flex-direction: row; margin-top: 40px; margin-right: 20px; } .RegColumn { display: flex; flex-direction: column; } .LoginColumn { display: flex; flex-direction: column; margin-top: 30px; margin-right: 20px; } .Tracks { text-align: left; padding: 2px; margin: 2px; border: 1px solid dodgerblue; } .btn { background: none; border: none; } .dropdown-menu { background: #000000; text-align: center; h3 { color: lawngreen; } } .dropdown-button { font-size: 20px; width: 100%; border-radius: 3px; } .checkpass { color: white; } .my-playlists { margin-top: 8px; }