@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');

* {
    padding: 0;
    margin: 0;
}

body, html, .HackYU-container {
    height: 100%;
}
body > * {
    font-family: 'Ubuntu', sans-serif;
}
body {
    /*margin: 0 10% 0 10%;*/
    margin: 0;
    /*padding: 0 20px 0 20px;*/
    padding: 0;
    background-color: #f1f6f9;
    top: 200px;
}
h1{
    font-size: xx-large;
    text-align: center;
    /*color: #FD3A2D;*/
    color: #F9A131;
    margin-top: 10px;
}

h6 {
    text-align: center;
}

.table thead th {
    border-bottom-color: #444FA5;
    border-top-color: #444FA5;
    border-top-width: 2px;

    font-weight: bolder;
    font-size: 18px;
}

.table td {
    border-bottom: 1px solid;
    border-color: #444FA5;
    width: 50px;
}

.HackYU-Schedule {
    margin: auto;
    width: fit-content;
    /*width: 700px;*/
    /*height: 465px;*/

    /*display: flex;*/
    /*justify-content: space-around;*/
}

.schedule-column {
    border-bottom: 1px #444FA5;
    height: 455px;
    padding-bottom: 1px;
    margin-bottom: 1px;
}

.table {
    margin-bottom: 0;
    padding-bottom: 2px;
    border-bottom-width: 2px;
    border-bottom-color: #444FA5;

    width: 600px;
}

footer {
    position: relative;
    bottom: 0;
}
th:first-child, tr:first-child{
    width: 70%;
}
td:nth-child(2), th:nth-child(2){
   text-align: right;
}

.workshop-details{
    margin-left: 10px;
    font-style: italic;
}

.star{
    color: #444FA5;
    font-size: larger;
}
h2{
    color: #444FA5;
    text-align: center;
}

.uber-signup{
    color: #444FA5;
    opacity: 80%;
    text-decoration: underline;
}