body {
    font-family: 'Montserrat', serif;
}

#center {
    width: 600px;
    height: 600px;
    /* background-color: red; */
    
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    
    margin: auto;
}

#center {
    text-align: center;
}

.uname {
    font-size: 25px;
}

.uni {
    font-size: 20px;
    line-height: 40px;
    margin: 20px;
}

#p5 {
    font-size: 25px;
}

#ee2 {
    color: #A51C30;
    font-size: 20px;
}

#ee1 {
    color: #FF6C0C;
    font-size: 30px;
}

#ee11 {
    font-size: 30px;
}

#ee3 {
    font-family: Arial, Helvetica, sans-serif;
}

#ee4 {
    color: #A51C30;
}

.quest {
    font-size: 15px;
    color: white;
}

.quest:hover {
    font-size: 15px;
    color: black;
}

.qsign {
    color: #FF6C0C;
}

#info {
    text-align: left;
    list-style-type: '> ';
    margin-left: 80px;
}

#info>li {
    margin: 8px;
}
#info>li::marker {
    font-weight: 800;
}

#infoheader {
    font-size: 15px;
    text-decoration: underline;
    color: blue;
}

#infoheader:hover {
    cursor: pointer;
}