body{
    color: black;
}

.content{
    width: 88vw;
    height: 90vh;
}

.nav-bar{
    display: flex;
    align-items: center;
    justify-content: space-around;
}


.name-field{
    padding: 20px 50px;
} 

.judge-link{
    background-color: rgb(255, 146, 4);
    font-size: small;
}

h3{
    font-size: 1.5rem;
}

.name-field p{
    font-style: italic;
    color: rgb(19, 18, 18);
}

.links{

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 200px;
}

button{
    background-color: var( --button_01);
    border: none;
    width: 150px;
    padding: 8px;
    color: black;
    font-size: large;
    border-radius: 5px;
    box-shadow: 0 0 5px rgb(0, 0, 0);
}

button:hover{
    background-color: var( --btn_hover);
    cursor: pointer;
}

h6{
    font-size: large;
}

table{
    margin: 10px 0; 
}



form button{
    margin: 30px 0;
}

.message p{
    text-align: center;
    font-style: normal;
    text-transform: capitalize;
   
   
}