@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d74b23;
}

a{
    text-decoration: none;
    transition: all .3;
}
a:hover h2{
    color: #ddd;
    transition: all .3;
}

.container {
    text-align: center;
}

img {
    max-width: 260px;
    margin-bottom: 20px;
}

h2 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    color: #fff; 
    font-weight: 300;   
}
h1 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 28px;
    color: #fff;    
    font-weight: 200;
    margin-bottom: 0px;
}
