*{
    font-family: "Micro 5", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 60px;
    padding: 0;
    margin: 0;
    box-sizing: 0;
}

h1{
    margin-top: 20x;
    font-size: 120px;
    color: white;
    text-align: center;
    text-shadow: 3px 5px 4px gray;
}

hr{
    width: 50%;
    margin-top: 30px;
}

div{
    display: flex;
    justify-content: space-around;
    margin-top: 60px;
}

article{
    background-color: white;
    border: 1px black solid;
    display: inline-table;
    width: 30%;
    height: 400px;
    max-height: 400px;
}

article > p{
    text-align: center;
    margin-top: 25px;
}

.disp{
    color: rgb(60, 255, 0);
    font-size: 40px;
}
.prox{
    color: rgb(255, 217, 0);
    font-size: 40px;
}
.no-disp{
    color: red;
    font-size: 40px;
}

a{
    background-color: rgb(6, 0, 29);
}
a:link{ 
    color: rgb(255, 255, 255);
    text-decoration: none;
}
a:visited{  
    color: rgb(255, 255, 255);
    text-decoration: none;
}
a:hover{
    color: rgb(255, 255, 255);
    text-decoration: underline;
}
a:active{   
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

article > center > img{
    margin-top: 20px;
    width: 80%;
}

@import url('https://fonts.googleapis.com/css2?family=Micro+5&display=swap')