.App { height: auto; text-align: center; } .App-logo { height: 100px; } .Header { display: flex; justify-content: space-between; background: #fc0874; height: 120px; } main { width: 99%; display: flex; flex-direction: row; aside { width: 20%; background-color: cyan; } } .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 { height: 200px; background-color: #303030; } .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; }