html{
    height: 100%;
}

body{
    background: rgb(255,0,0);
    background: linear-gradient(140deg, rgba(255,0,0,1) 0%, rgba(54,0,0,1) 100%);
}

h1, h2, h3, p, li, a{
    font-family: "roboto";
    color: #ffffff;
}

h1{
    text-align: center;
    font-size: 60px;
    letter-spacing: 2px;
    word-spacing: 2px;
    font-weight: 900;
    font-style: normal;
    font-variant: small-caps;
    text-shadow: 2px 4px 20px #000000;
}

p, li, a{
    margin: 0 10px 0 10px;
    font-size: 25px;
    font-weight: 700;
}

img{
    width: 10%;
    height: 10%;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@font-face {
    font-family: 'roboto';
    src: url(roboto.ttf);
}