@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.container {
    width: 100%;
    height: 100vh;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
}

.container_logo {
    width: 200px;
    margin: 0 auto;
}

.container_logo img {
    width: 100%;
    display: block;
}   

.container_logo_title {
    margin-top: 20px;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
}

.container_logo_address {
    margin-top: 15px;
    font-size: 15px;
    line-height: 23px;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
    display: block;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}