@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300&display=swap');

html, body {
    background-color: #fff;
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
    outline: 0;

}

body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box, .box:hover, .box:active, .box:focus {
    min-width: 220px;
    text-decoration:none;
    color: #000;
}

.contact{
    text-align: center;
    padding-top:30px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

