﻿@font-face
{
 font-family:'carnavi';
 src:url('./carnavi.woff') format('woff');
}
*
{
 margin:0;
 outline:none;
 font-family:carnavi,verdana,arial,helvetica,sans-serif;
}
html,body
{
 margin:0;
}
body
{ 
 overflow-y:scroll;
 color:#000000;
 background:#ffd401;
 text-align:right;
}
a
{
 color:#333333;
}
.dash
{
 width:100vw;
 height:4vw;
 background-image:url('./dash.svg');
 background-repeat:repeat-x;
}
.top
{
 margin-top:2vw;
}
.bum
{
 position:absolute;
 left:0;
 bottom:2vw;
}
.txt
{
 position:absolute;
 right:4vw;
 margin-bottom:20vw;
 font-size:4vw;
}
.plaster
{
 position:absolute;
 right:6vw;
 width:200px;
 height:200px;
 background-image:url('./plaster.webp');
}