@import url('https://fonts.googleapis.com/css2?family=Sen:wght@700&display=swap');

* {
    margin: 0;
    padding: 0;
}

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

body {
    color: white;
    background-color: black;
    overflow: clip;
    min-height: 100%;
}

.page {
    align: center;
    text-align: center;
}

ze-photo {
    margin: 25px;
    display: inline-block;
}

h2 {
    color: #CCC;
    font-size: 1.1em;
    margin-bottom: 15px;
}

.zoomy {
    width: 100px;
    border: 1px solid white;
}

p {
    margin-top: 15px;
}
