
#fontpage_main{
    color: #333;
    width: 100%;
    text-align: center;
}

#fontpage_main .cityscape_Light{
    font-family:cityscape-light;
    font-size: 4rem;
    word-wrap: break-word;
}

#font_test_light{
    color: #333;
    width: 100%;
    height: auto;
    font-family:cityscape-light;
    font-size: 2rem;
    border: solid 2px #1B9156;
    border-radius: 30px;
    margin-bottom: 50px;
    padding: 20px;
}

#font_test_light:focus{
    border-color: #73d0a2;
    outline: none;
}

#fontpage_main .cityscape_bold{
    font-family:cityscape-bold;
    font-size: 4rem;
    word-wrap: break-word;
}

#font_test_bold{
    color: #333;
    width: 100%;
    height: auto;
    font-family:cityscape-bold;
    font-size: 2rem;
    border: solid 2px #1B9156;
    border-radius: 30px;
    margin-bottom: 50px;
    padding: 20px;
}

#font_test_bold:focus{
    border: #73d0a2;
    outline: none;
}

#font_test::placeholder {
	text-align: center;
    padding: 20px;
}

.font_download{
    width: 30%;
    height: 50px;
    background-color: #1B9156;
    color: #fff;
    margin:0 auto 60px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.font_download:hover{
    background-color: #73d0a2;
}

@media screen and (min-width: 834px) {




}