* {
    font-family: "Orbitron", sans-serif;
    padding: 0;
    margin: 0;
    background: #383838;
}

nav a {
    color: #fcce00;
    text-decoration: none;
    padding: 10px 20px;
    margin: 0 10px;
    border-radius: 5px;
}

@media screen and (max-width: 768px) {
    .menu-icon {
        display: block;
    }

    nav {
        flex-direction: column;
        align-items: flex-start;
    }

    nav a {
        margin: 10px 0;
    }

    header {
        padding: 50px 0;
    }

    h1 {
        font-size: 6em;
    }
}



a {
    text-decoration: none;
    color: #333; 
    position: relative;
    overflow: hidden;
}

a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #fcce00; 
    bottom: 0;
    left: 0;
    transition: width 0.3s ease; 
}

a:hover::before {
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    background-image: url('../deck\ verde.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.container {
    text-align: center;
    margin: 50px auto;
    background-color: #383838;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    padding: 30px;
}

h1 , h2, h3 {
    color: #fcce00;
}

.diploma-list {
    list-style: none;
    padding: 0;
}

.diploma-list li {
    margin: 10px 0;
}

.back-button {
    display: block;
    margin-top: 20px;
    text-decoration: none;
    color: #fcce00;
}

.back-button i {
    margin-right: 5px;
}

a {
    text-decoration: none;
    color: #fcce00;
    position: relative;
    overflow: hidden;
    padding: 20px;
    font-size: 1.5em;
}

a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #fcce00; /* Cor do sublinhado amarelo */
    bottom: 0;
    left: 0;
    transition: width 0.3s ease; /* Adiciona uma transição suave à largura */
}

a:hover::before {
    width: 100%;
}


.bar {
    background-color: #524f4f;
    height: 10px;
    position: relative;
    border-radius: 14px;
}

.percentage {
    height: 100%;
    background-color: #fcce00; 
    border-radius: 10px;
}


span {
    font-size: 1.5em;
    color: #fcce00;
}

.grade{
    padding-top: 5%;
    padding-left: 25%;
    padding-right: 25%;
}