@import "../_global/header.css"; @import "./tournament_detail_header.css"; @import "./bookmarks.css"; /*0 layer*/ body { background-color: #EBEBEB; margin: 0; } /*1'st layer*/ .container { height: 100%; width: 100%; display: flex; justify-content: flex-end; flex-flow: row wrap; background-image: url(back.jpg); } .mainInfoBox { height: 25vh; width: 100%; background-color: #0B4D39; } /*2'nd layer*/ .form { /*Alignment*/ margin: auto; width: 50%; height: 75vh; /*Inside*/ padding-left: 40px; padding-top: 15px; /*Visual*/ background-color: #FFFFFF; /*Others*/ justify-content: center; align-items: center; } .bookmarks { /*Alignment*/ margin: auto; width: 50%; height: 5vh; /*Others*/ justify-content: center; align-items: center; } /*Elements*/ .descriptor { /* Size */ left: 254px; top: 554px; /* Alignment */ margin-bottom: 0; margin-top: 0; display: flex; align-items: center; /* Text */ font-family: 'Montserrat', serif; font-size: 20px; line-height: 42px; color: #000000; }