@font-face {
    font-family: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'),
        url('Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
	margin: 0;
	padding: 0;
    background-color: #F6F4EF;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    font-family: 'Inter';
}

img{
	width: 25vw;
}

div{
    position: absolute;
    right: 0.5vw;
    bottom: 0.5vw;
    color: #323231;
}