*, :before, :after {
    box-sizing: border-box;
}


html {
    margin: 0;
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    padding: 40px;
    
    display: flex;
    flex-direction: column;
}

.root {
    flex: 1;
}

.root a {
    display: flex;
    
    align-items: flex-end;
    
    font-size: 56px;
    
    padding: 32px;
}

.root a.ai {
    font-size: 48px;
}

.root a:hover {
    background-color: #9cc3ff54;
}

img {
    width: 62px;
    height: 62px;
    margin-right: 40px;
    margin-top: 8px;
    vertical-align: bottom;
}

.footer {
    display: flex;
    justify-content: center;
}

.footer a {
    text-decoration: none;
    color: #888888;
}
