@font-face {
    font-family: "McKinseySans";
    font-weight: 300;
    font-style: normal;
    src: url('fonts/McKinseySans-300.woff') format('woff');
}

@font-face {
    font-family: "McKinseySans";
    font-weight: 500;
    font-style: normal;
    src: url('fonts/McKinseySans-500.woff') format('woff');
}

body {
    height: 100vh;
    overflow: hidden;
    margin: 0;
    font-family: McKinseySans, Verdana, sans-serif;
}

.container {
    height: 100%;
    background-color: rgb(240, 240, 240);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 460px;
}

.title {
    color: rgb(0, 0, 0);
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 24px;
}

.description {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
}
