﻿* {
    font-family: "Montserrat";
}
body {
    
}
html {
    background: url(img/background.jpg) no-repeat center center fixed;
    background-size: cover;
    height: 100%;
    overflow: hidden;
}
.division_button {
    width: 413px;
    height: 413px;
    cursor: pointer;
    margin: auto;
    background: linear-gradient(180deg, rgba(255, 81, 2, 0) 70%, #FF5102 81.97%);
    color: white;
    font-weight: 700;
    font-size: 30px;
    border: 1px #FFFFFF4D solid;
    border-radius: 5px;
    transition: background 0.5s ease;
}
    .division_button:hover {
        background: #FF5102;
        color: black;
    }
