@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";.error{padding-top:50px}.error__heading{text-align:center}.error__message{color:#d71200;font-size:1.5em;text-align:center;margin-top:30px}.error__link{text-align:center}.is-editing{background-color:#e6e6e6;border:1px dashed #7b7b7b}.add{width:100%}.add h2{color:#008826;margin:30px 0 15px;text-align:center;font-size:2rem;font-weight:700}.add form{display:flex;flex-direction:column;width:40%;margin:0 auto}.add .add__fields{margin-bottom:20px;width:100%}.add label{display:block;margin:15px 0 5px;color:#000;font-size:1.7rem}.add input[type=text],.add select{width:100%;padding:10px;border:none;border-bottom:2px solid #000;margin-bottom:20px;background-color:rgba(0,0,0,0);font-size:16px}.add input[type=text]:focus,.add select:focus{outline:none;border-bottom-color:#0056b3}.auth__loginButton{padding:.75rem 1rem;background-color:#00529b;color:#fff;font-weight:700;font-size:1.2rem;width:40%;margin:0 auto;border:none;cursor:pointer;transition:background-color .3s ease}.auth__loginButton:hover{background-color:#0057a5}.auth__registerButton{padding:.75rem 1rem;background-color:#7b5c52;color:#fff;font-weight:700;font-size:1.2rem;width:40%;margin:0 auto;border:none;cursor:pointer;transition:background-color .3s ease}.auth__registerButton:hover{background-color:#816156}.course__table_deleteButton,.project__table_deleteButton{background-color:#e51300;color:#fff;border:none;font-weight:700;padding:5px 10px;cursor:pointer}.course__table_deleteButton:hover,.project__table_deleteButton:hover{opacity:.8}.project__listCourses_goButton{padding:.5rem 1rem;background-color:#00529b;font-weight:700;font-size:1.2rem;color:#fff;border:none;cursor:pointer;transition:background-color .2s ease}.project__listCourses_goButton:hover{background-color:#006dce}.add__addButton{padding:.75rem 1rem;background-color:#008826;color:#fff;font-weight:700;font-size:1.2rem;width:40%;margin:0 auto;border:none;cursor:pointer;transition:background-color .3s ease}.add__addButton:hover{background-color:#009229}.editModeButtons{text-align:center;margin-bottom:30px}.editModeButtons__edit,.editModeButtons__save,.editModeButtons__cancel{padding:.5rem 1rem;background-color:#00529b;font-weight:700;font-size:1.2rem;color:#fff;border:none;cursor:pointer;transition:background-color .2s ease}.editModeButtons__edit:hover,.editModeButtons__save:hover,.editModeButtons__cancel:hover{background-color:#006dce}.editModeButtons__save{background-color:#008826}.editModeButtons__save:hover{background-color:#00bb34}.editModeButtons__cancel{background-color:#e51300}.editModeButtons__cancel:hover{background-color:#ff2c19}.logoutButton{padding:10px 15px;border-radius:0;border:none;color:#fff;font-weight:700;background-color:#2f2f2f}.logoutButton:hover{cursor:pointer}.project{display:flex;flex-direction:column;align-items:center;margin-bottom:1rem;padding:0 20px}.project__listCourses_select{display:flex;justify-content:center;align-items:center;padding:12px;background-color:#7b5c52;color:#fff;width:80%;max-width:1000px}.project__listCourses_select select,.project__listCourses_select .project__listCourses_goButton{margin:0 5px}.project__listCourses_select select{padding:.5rem;background-color:#fff;border:none;color:#000;font-size:1rem;width:100%}.project__group{width:100%}.project__course_title{background-color:#00529b;color:#fff;max-width:900px;margin:20px auto 0;padding:10px;font-size:1.5rem;font-weight:700}.project__table{margin:20px auto;width:100%;max-width:900px;line-height:1.5rem;border-collapse:collapse}.project__table th,.project__table td{text-align:left;padding:12px}.project__table th{background-color:#7b5c52;color:#fff;font-size:1.2rem;font-family:verdana,montserrat,Tahoma,"System UI","sans-serif"}.project__table tbody tr:nth-of-type(odd){background-color:#fff}.project__table tbody tr:nth-of-type(even){background-color:#efefef}.project__table tbody tr:last-of-type{border-bottom:2px solid #7b5c52}.project__table th:nth-child(1),.project__table td:nth-child(1){width:25%;font-weight:700;line-height:1.5rem}.project__table th:nth-child(2),.project__table td:nth-child(2){width:55%}.project__table th:nth-child(3),.project__table td:nth-child(3){width:13%}.project__table th:nth-child(4),.project__table td:nth-child(4){text-align:center;width:7%}header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:40px;padding:10px 20px;background-color:#fff;width:100%}header h1{margin:0;font-size:2rem}header nav ul{height:100%;padding:.2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}header nav ul li{margin:0 .2rem;padding:.2rem;display:block}header nav ul li a:visited{color:blue}header nav ul li a:hover{color:green}.project__header{margin-bottom:1rem;display:flex;flex-direction:column;align-items:center;width:40%}.project h2{font-size:2rem;font-weight:700;text-align:center;margin-bottom:15px}.course{margin-bottom:2rem}.course__table{margin:20px auto;width:100%;max-width:800px;border-collapse:collapse;font-family:montserrat}.course__table th,.course__table td{text-align:left;padding:12px}.course__table th{background-color:#7b5c52;color:#fff;font-size:1.2rem;font-family:verdana,montserrat,Tahoma,"System UI","sans-serif"}.course__table tbody tr:nth-of-type(odd){background-color:#fff}.course__table tbody tr:nth-of-type(even){background-color:#efefef}.course__table tbody tr:last-of-type{border-bottom:2px solid #7b5c52}.course__table td:nth-child(1){font-weight:700}.course__table th:nth-child(2),.course__table td:nth-child(2){text-align:center}.course__start-adding{text-align:center}header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:40px;padding:10px 20px;background-color:#fff;width:100%}header h1{margin:0;font-size:2rem}header nav ul{height:100%;padding:.2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}header nav ul li{margin:0 .2rem;padding:.2rem;display:block}header nav ul li a:visited{color:blue}header nav ul li a:hover{color:green}.course h2{font-size:2rem;font-weight:700;text-align:center}.headsup{color:#d71200;font-size:1.5em;margin-bottom:30px}.auth{width:100%;padding:50px 20px 0}.auth h2{font-size:2rem;font-family:montserrat;font-weight:700;text-align:center;color:#000}.auth p{text-align:center;margin-top:2rem}.auth__form{display:flex;flex-direction:column;width:40%;margin:0 auto}.auth__fields{margin-bottom:20px;width:100%}.auth__fields label{display:block;margin:15px 0 5px;color:#000;font-size:1.5rem}.auth__fields input[type=text],.auth__fields input[type=password],.auth__fields input[type=email]{width:100%;padding:10px;border:none;border-bottom:2px solid #000;margin-bottom:20px;background-color:rgba(0,0,0,0);font-size:16px}.auth__fields input[type=text]:focus,.auth__fields input[type=password]:focus,.auth__fields input[type=email]:focus{outline:none;border-bottom-color:blue}*{box-sizing:border-box;font-family:montserrat,Tahoma,"System UI","sans-serif";margin:0;padding:0}body{background-color:#f7f7f7}main{padding-bottom:100px}