<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<style>
*{
margin: 0;
}
.parent {
width: 100vw;
height: 100vh;
box-sizing: border-box;
display: flex;
justify-content: space-between;
flex-direction: row;