body {
    background: white;
}

h1 {
    font-family: gooddogregular;
    font-size: 64px;
}

#ViGillarOlika {
    display: block;
}

.panel-heading > .panel-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

#upload-imgur {
    display: block;
    margin: 0 auto;
}

#link-imgur-container {
    margin-top: 5px;
    padding: 5px;
    text-align: center;
}

@font-face {
    font-family: 'gooddogregular';
    src: url('GoodDog-webfont.eot');
    src: url('GoodDog-webfont.eot?#iefix') format('embedded-opentype'),
         url('GoodDog-webfont.woff') format('woff'),
         url('GoodDog-webfont.ttf') format('truetype'),
         url('GoodDog-webfont.svg#gooddogregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
