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

body {
    font-family: 'Bowlby One SC', cursive;
    color:#000;
}
.temp_intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    margin: auto;
    
}
.temp_intro .title {
    font-size: 80px;
    line-height: 80px;
    border-bottom: 10px solid #000;
    text-align: center;
}
.temp_intro .info {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: monospace;
    margin-top: 5px;
    letter-spacing: 10px;
}
.temp_intro .mail {
    margin-top: 25px;
    width: 100%;
    text-align: center;
    font-size:16px;
    font-family: Tahoma;
    font-weight: 400;
}
.temp_intro .mail a {
    color: #292929;
    text-decoration: none;
}