﻿body, html{    
    height: 100%;
    font-family: Arial;
    font-size: 24px;
}

*{
    box-sizing: border-box;
}

a{
    color: black;
    text-decoration: none;
}

.PageContainer{
    display: flex;    
    height: 100%;
    justify-content: center;
    align-items: center;
}

.FonksysContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1250px;
    width: 100%;    
}

.FonkText{
    display: flex;
    align-items: flex-end;
    width: 340px;
    margin-right: 20px;
}


.FonksysWaaier {
    display: flex;    
    margin-bottom: 60px;
}

.FonksysSelectable {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    font-size: 30px;
    cursor: pointer;
}

.FonksysFooter {
    display: flex;
    width: 100%;
    background-color: black;
    color: white;
    padding: 8px;
    font-size: 26px;
    cursor: pointer;
}


.FonksysFooter a{
    color: white;
}