@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;900&display=swap');
body,html{
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    background-color: #121212;
    color: white;
}
.container{
    margin: 50px;
    display: flex;
    flex-direction: column;
}
h1{
    color: #e74c3c;
    margin: 0px;
    font-size: 4rem;
}
h2{
    font-weight: 400;
    margin: 0px;
    font-size: 1.5rem;
}
p{
    color: #95a5a6;
    opacity: .8;
}
a{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 230px;
    height: 30px;
    color: white;
    text-decoration: none;
    font-weight: 900;
    --mdc-theme-primary: #e67e22;
    border-radius: 10px;
    margin: 10px 0px 0px 0px;
    padding: 5px;
}