I am new to coding and I need help aligning my submit button with the text "You can contact Armando through his freelance portfolio on Upwork by clicking...". Can anyone assist me with this?
.topnav {
background-color: #333;
overflow: hidden;
}
.topnav a {
float: right;
display: block;
color: #f2f2f2;
text-align: center;
padding: 20px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: #ddd;
color: black;
}
.topnav a.active {
background-color: #4CAF50;
color: white;
}
.profile-id {
margin-left: 1075px;
position: center;
}
<link href='//fonts.googleapis.com/css?family=Bungee Inline' rel='stylesheet'>
<div class="topnav" id="myTopnav">
<a href="#home">Home</a>
<a href="#projects">Projects</a>
<a href="#contact">Contact</a>
<a href="#about">About</a>
</div>
<header>
<p style="text-align: center; font-size: 48pt; margin-top: 3%;"> New Wave Design Studios</p>
</header>
<style>
body {
margin: 0;
padding: 0;
position: absolute;
font-family: 'Bungee Inline';
background-image: url(https://arielle.com.au/wp-content/uploads/2016/04/wave-photography-dark-2.jpg), url(http://imageshack.com/a/img922/4958/Ca6YSO.jpg), url(http://imageshack.com/a/img923/1588/duLIdx.png);
background-repeat: no-repeat;
background-position: center top, 100% 300px, 10% 870px;
background-size: 100% 380px, 40%, 40%;
}
</style>
<p style="margin: 10% 50% 10% 5%; font-size: 14pt; text-align: justified;"> NWDS set up shop in sunny So-Flo. The company was set up with the intention of coding an array of projects to prepare a strong, diverse portfolio for it's founder: Armando F III. With the knowledge from the FreeCodeCamp curriculum and a degree in software
development, Armando hopes to build NWDS and make a breakout appearence in the software scene.
<br></br>
@JadeCoder
</p>
<p style="margin: 10% 5% 10% 50%; font-size: 14pt; text-align: justified;"> You can reach out to Armando via his freelance portfolio on Upwork by clicking
<form action="https://www.upwake.com/fl/armandofrias" target="_blank">
<input class="profile-id" type="submit" value="Here" />.</p>
</form>