﻿* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background-color: rgb(245, 245, 245);
}

.web-title-section {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.web-title-section h2 {
    font-family: 'Courier New', Courier, monospace;
    font-size: 40px;
    font-weight: 900;
    color: #e6bb24;
    padding: 15px;
}

.web-information-section .inputs {
    width: 100%;
    border: solid 3px #a05c3c;
    padding: 0 60px;
    border-radius: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: -2px 5px 30px -6px rgba(0, 0, 0, 0.65);
    box-shadow: -2px 5px 30px -6px rgba(0, 0, 0, 0.65);
}

.web-information-section .name {
    padding: 15px 0;
}

.web-information-section .name h4 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 27px;
    color: #a05c3c;
}

.web-information-section .name input {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    border: solid 2px #e6bb24;
    border-radius: 5px;
    width: 50%;
    height: 5vh;
    padding: 10px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.397);
}

.web-information-section .grade {
    padding-left: 0
}

.web-information-section .grade h2 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 27px;
    color: #a05c3c;
    padding: 15px 0;
}

.web-information-section .grade h4 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 22px;
    color: #e6bb24;
    padding: 0;
    margin-bottom: 0;
}

.web-information-section .grade .secondary,
.web-information-section .grade .primary {
    margin-bottom: 20px;
}

.web-information-section .points {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 27px;
    color: #a05c3c;
    padding: 15px 0;
}

.web-information-section .column,
.web-information-section .column,
.web-information-section .column {
    width: 20vw;
}

.web-information-section .column,
.web-information-section .column {
    margin-bottom: 10px;
}

.web-information-section .column h4,
.web-information-section .column h4,
.web-information-section .column h4 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 20px;
    color: #e6bb24;
}

.web-information-section .column input,
.web-information-section .column input,
.web-information-section .column input {
    height: 5vh;
    width: 100%;
    border: solid 2px #a05c3c;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 5px;
    color: rgba(0, 0, 0, 0.397);
}

.web-information-section .column input::placeholder,
.web-information-section .column input::placeholder,
.web-information-section .column input::placeholder {
    font-size: 14px;
}

.web-information-section button {
    width: 40%;
    height: 5vh;
    color: #a05c3c;
    background-color: #e6bb24;
    margin-bottom: 20px;
    margin-right: 20px;
    transition: all .5s;
}

.web-information-section button:hover {
    transform: scale(1.1);
    color: #a05c3c;
}

.web-information-section .result {
    width: 90%;
    height: 100%;
    position: relative;
    border: solid 3px #a05c3c;
    padding: 60px;
    border-radius: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: -2px 5px 30px -6px rgba(0, 0, 0, 0.65);
    box-shadow: -2px 5px 30px -6px rgba(0, 0, 0, 0.65);
    display: none;
}

.web-information-section .result .err {
    color: #c21a1a;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    display: block;
    position: relative;
}

.web-information-section .result .center{
    text-align: center;
}

.web-information-section .result .Introduction {
    color: #000000;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 20px;
}

.web-information-section .result .certificate {
    color: #a05c3c;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    display: block;
    position: relative;
}

.web-information-section .result .certificate hr {
    background-color: #e6bb24;
}
