62 lines
1.1 KiB
CSS
62 lines
1.1 KiB
CSS
@font-face {
|
|
font-family: 'Aloe Regular';
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
src: url("fonts/Aleo-Regular.otf") format("opentype");
|
|
}
|
|
@font-face {
|
|
font-family: 'Montserrat';
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
src: url("fonts/Montserrat-Regular.otf") format("opentype");
|
|
}
|
|
@font-face {
|
|
font-family: 'Montserrat';
|
|
font-style: normal;
|
|
font-weight: lighter;
|
|
src: url("fonts/Montserrat-Light.otf") format("opentype");
|
|
}
|
|
|
|
body{
|
|
padding:0px;
|
|
margin:0px;
|
|
background-color: #f1f3f3;
|
|
color:#829d9d;
|
|
font-family: 'Montserrat', sans-serif;
|
|
font-size:22px;
|
|
font-weight:lighter;
|
|
text-align: center;
|
|
letter-spacing: 0.05em;
|
|
}
|
|
.wrapper {
|
|
min-width:550px
|
|
}
|
|
.header{
|
|
display: block;
|
|
padding-top:35px;
|
|
padding-bottom:35px;
|
|
background-color: white;
|
|
text-align: center;
|
|
}
|
|
.content{
|
|
margin-top: 30px;
|
|
}
|
|
h1{
|
|
margin:0px 0px 15px 0px;
|
|
color:#45a5ac;
|
|
font-family: 'Aloe Regular',sans-serif;
|
|
font-weight: normal;
|
|
font-size:24px;
|
|
text-transform: uppercase;
|
|
letter-spacing: 0.05em;
|
|
}
|
|
h2{
|
|
margin: 0px;
|
|
font-weight: normal;
|
|
text-transform: uppercase;
|
|
font-size:22px;
|
|
}
|
|
a:link,a:hover,a:visited,a:active {
|
|
color: #829d9d;
|
|
}
|