66 lines
1,002 B
CSS
66 lines
1,002 B
CSS
@import url("https://fonts.googleapis.com/css2?family=Imprima&display=swap");
|
|
html, body, a, a:hover {
|
|
cursor: url(../images/cursor.png), default;
|
|
}
|
|
|
|
html {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
body {
|
|
background: url(../images/bg.gif);
|
|
font-family: "Imprima", sans-serif;
|
|
font-size: 12px;
|
|
letter-spacing: 1.8px;
|
|
height: 95%;
|
|
}
|
|
|
|
#container {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
align-content: center;
|
|
gap: 30px 10px;
|
|
flex-wrap: wrap;
|
|
width: 100%;
|
|
height: 85%;
|
|
}
|
|
|
|
#banner {
|
|
text-align: left;
|
|
position: absolute;
|
|
top: -57px;
|
|
left: -30px;
|
|
}
|
|
#banner img {
|
|
width: 570px;
|
|
}
|
|
|
|
#main {
|
|
text-align: center;
|
|
position: relative;
|
|
}
|
|
|
|
#nav {
|
|
text-align: right;
|
|
position: absolute;
|
|
bottom: -45px;
|
|
right: -15px;
|
|
display: flex;
|
|
align-content: center;
|
|
}
|
|
#nav a {
|
|
text-decoration: none;
|
|
}
|
|
#nav img {
|
|
margin: 0 -10px;
|
|
}
|
|
|
|
iframe {
|
|
width: 600px;
|
|
height: 500px;
|
|
background: rgba(255, 255, 255, 0.7);
|
|
}
|
|
|
|
/*# sourceMappingURL=index.css.map */
|