
@import url('../assets/fonts/fonts.css');

.section-students .person-info button {
    padding: 10px 100px;
    border: #08FFDE 2px solid;
    background-color: #000000;
    color: #08FFDE;
    cursor: pointer;
}

.section-students .person-info button:hover {
    background-color: #08FFDE;
    color: #000000;
}

.section-students .person-info button:active {
    background-color: #08FFDE;
    color: #000000;
}

.section-students>h3:nth-of-type(2) {
     /*font*/font-family: 'FractulAltLight' !important;
    background-color: #FFFFFF;
    color: #000000;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 100%;
    max-width: 350px;
    padding: 10px 10px;
}

.section-students>h3:nth-of-type(1) {
    /*font*/font-family: 'FractulAltLight' !important;

    color: #ffffff;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 100%;
    font-size: 20px;
    padding: 5px 5px;
}

@media only screen and (max-width: 600px) {
    .section-students .person-info button {
        padding: 10px 50px;
        border: #08FFDE 2px solid;
        background-color: #000000;
        color: #08FFDE;
        cursor: pointer;
    }
}