body{
    background-image: url("./bg.jpg");
    background-size: cover;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.bg{
    margin-top: 50px;
    background-color: rgba(255,255,255,0.6);
    padding-top: 20px;
    padding-bottom: 50px;
}

.header_text{
    font-size: 24px;
    line-height: 1.4em;
    color: black;
    text-align: center;
    padding-left: 20%;
    padding-right: 20%;
    padding-bottom: 50px;
}

.buttons{
    border: 1px solid black;
    padding: 20px;
    font-size: 20px;
}

a{
    text-decoration: none!important;
    color: black;
}

.buttons:hover{
    background-color: black;
    color: white;
}

.attachements{
    width: 100%;
    text-align: center;
}