/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23-mrt-2018, 12:22:27
    Author     : robzeeman
*/
body{
background-color:#000;
color:#fff;
font-family: Georgia;
}

#view{
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -70%);
text-align: center;
}

#view_cat{
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}

#header{
font-size: 5vh;
font-weight: bold;
}

.cat_line{
margin:10px 0;
font-family: 'Nanum Myeongjo', serif;
font-weight: bold;
font-size: 14vh;
}

#catPic{
margin-top: 20px;
}

