* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.title {
    color: white;
    padding: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.frame {
    padding: 15px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

.home-link {
    padding: 15px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

body {
    background-color: black;
}

a:visited {
    color: white
}

a:link {
    color: white;
}