@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap";html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{margin:0}.matchup{width:100%;max-width:600px;margin:0 auto}.matchup__candidates{display:flex;flex-wrap:wrap}.matchup__title{font-family:Roboto,sans-serif;font-weight:400;font-size:32px;margin:12px 0 18px;text-align:center}.matchup__candidate{flex-basis:50%;padding:16px 9px;background-color:#e8e8e8;cursor:pointer}.matchup__movieNameWrapper{display:flex;flex-direction:column;justify-content:flex-end;min-height:54px}.matchup__movieName{font-family:Roboto,sans-serif;font-weight:400;font-size:20px;flex-grow:0;text-align:center;margin:0 0 9px}.matchup__moviePoster{display:block;width:180px;height:270px;margin:0 auto}.results{width:100%;max-width:600px;padding:0 15px;margin:12px auto}.results__title{font-family:Roboto,sans-serif;font-weight:400;font-size:26px}.results__movieName{font-family:Roboto,sans-serif}.clearButton{display:block;margin:12px auto}
