@import url(https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

body {padding-top:50px;}

.topbar {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.topbar-logo {
    margin-left: 5%;
}

.topbar-mail {
    margin-right: 5%;
}

.topbar-mail-font {
    color: orange;
}

.instruction-text {
    font-size: 2rem;
    letter-spacing: 2px;
    text-transform: uppercase;

    margin-bottom: 2%;
    margin-left: 3%;
}

.info {
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 25px 25px;
    margin-top: 10%;
    margin-right: 15%;
    margin-left: 15%;
    width: 70%;
	background-color: rgba(255, 255, 255, 0.9);
}

.info h4 {
    font-size: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
}

.info hr {
    color: black;
    background-color: black;
    height: 1px;
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
}

.info p {
    margin-top: 4%;
}

.info a {
    background-color: #03a9f4;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
    
    font-size: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.info-text {
    font-size: 1.8rem;
}

.download-button {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 5%;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.download-text {
    margin-left: 2%;
}