@font-face {
    font-family: cottageAndFarmhouse;
    src: url(../fonts/cottage_and_farmhouse.otf) format('opentype');
}

body {
    font-family: cottageAndFarmhouse, Calibri, 'sans-serif';
}

.container {
    min-height: 30vh;
    margin-top: 15vh;
    text-align: center;
}

.logo {
    width: 280px;
    margin: 0 auto;
}

.logo img {
    width: 280px;
}

.name {
    font-size: 24pt;
    line-height: 1.2;
}

.title {
    font-size: 15pt;
    line-height: 1.5;
    margin-bottom: 20px;
}

.links {
    margin: 0 auto;
    display: flex;
    max-width: 200px;
    justify-content: center;
}

.icon {
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    padding: 16px;
}

.icon:hover {
    background-image: url('../blam.svg');
    background-position-x: 0;
    background-position-y: 2px;
    background-repeat: no-repeat;
}

.icon a {
    display: inline-block;
    width: 28px;
    height: 28px;
}
