.primary {
    font-size: 400%;
    margin-bottom: 10px;
    margin-top: 0px;
}

.secondary {
    font-size: 200%;
    margin-bottom: 10px;
    margin-top: 0px;
}

.description {
    font-size: 150%;
    margin-bottom: 10px;
    margin-top: 0px;
}

.first {
    text-align: center;
}

.container {
    height: 90%;
    display:flex;
    justify-content:center;
    align-items:center; 
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    font-family:Georgia, 'Times New Roman', Times, serif;
}

.logo2, .deslink{
    text-decoration: none;
    color: #92d050;
}

.logo, .deslink:hover{
    text-decoration: none;
    color: #01af50;
}
